UNPKG
@oclif/command
Version:
help-beta (1.6.0-rc1.2)
latest (1.8.36)
1.8.36
1.8.35
1.8.34
1.8.33
1.8.32
1.8.31
1.8.30
1.8.29
1.8.28
1.8.27
1.8.26
1.8.25
1.8.24
1.8.23
1.8.22
1.8.21
1.8.20
1.8.19
1.8.18
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.1
1.6.0
1.6.0-rc1.2
1.6.0-rc1.1
1.6.0-rc1
1.5.20
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.8
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.36
1.4.35
1.4.34
1.4.33
1.4.32
1.4.31
1.4.30
1.4.29
1.4.28
1.4.27
1.4.26
1.4.25
1.4.24
1.4.23
1.4.22
1.4.21
1.4.20
1.4.19
1.4.18
1.4.17
1.4.16
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.25
1.2.24
1.2.23
1.2.22
1.2.21
1.2.20
1.2.19
oclif base command
github.com/oclif/command
oclif/command
@oclif/command
/
lib
/
index.d.ts
6 lines
(5 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
import
Command
from
'./command'
;
import
*
as
flags
from
'./flags'
;
export
{ run,
Main
}
from
'./main'
;
export
default
Command
;
export
{
Command
, flags, };