Show up usage information the right way
This commit is contained in:
parent
e06834b9a1
commit
ac8c683044
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ function main(task: Promise<any>): void {
|
|||
|
||||
module.exports = function (argv: string[]): void {
|
||||
program
|
||||
.version(pkg.version);
|
||||
.version(pkg.version)
|
||||
.usage('<command> [options]');
|
||||
|
||||
program
|
||||
.command('ls')
|
||||
|
|
Loading…
Add table
Reference in a new issue