UNPKG
@mail-core/cli
Version:
latest (7.1.1)
7.1.1
7.1.0
7.1.0-rc.1
7.0.0
Инструментарий для написания cli-скриптов
@mail-core/cli
/
cli
/
command
/
create
/
index.d.ts
16 lines
(15 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export declare const create:
import
(
"../../../command/command"
).Command<{ name: { desc: string; type:
"string"
; }; desc: { desc: string; type:
"string"
; }; demo: { desc: string; hidden: true; type:
"boolean"
; }; }>;