Show up usage information the right way

This commit is contained in:
jamesgeorge007 2019-06-03 21:52:54 +05:30
parent e06834b9a1
commit ac8c683044

View file

@ -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')