UNPKG
@artus-cli/plugin-help
Version:
beta (0.0.1-beta.1)
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
0.0.1-beta.1
show help information for @artus-cli
github.com/artus-cli/plugin-help
artus-cli/plugin-help
@artus-cli/plugin-help
/
dist
/
help.d.ts
8 lines
(7 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Command
,
CommandContext
,
Program
}
from
'@artus-cli/artus-cli'
;
export
declare
class
HelpCommand
extends
Command
{
ctx
:
CommandContext
;
program
:
Program
;
command
:
string
;
run
():
Promise
<
void
>; }