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
/
local
/
index.d.ts
17 lines
(16 loc)
•
361 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export declare const local:
import("../../../command/command").Command<{
cmd:
{
desc:
string;
type:
"string"
;
positional:
true
;
interactive:
true
;
demandOption:
true
;
}
;
args:
{
desc:
string;
array:
true
;
type:
"string"
;
default:
string
[]
;
positional:
true
;
}
;
}>;