Skip to content

Commit 24e541b

Browse files
feat: show help information if no args were passed (#45)
1 parent 05a53a5 commit 24e541b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,5 @@ yargs
377377
}
378378
}
379379
})
380+
.demandCommand()
380381
.strict().argv;

0 commit comments

Comments
 (0)