Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 993f5ff

Browse files
committed
CLI help
1 parent 9041e24 commit 993f5ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
const run = require('./run')
44

55
const argv = require('yargs')
6-
.usage('$0 <cmd> [--json] [--envs=<comma-separated envs>] ')
6+
.usage('$0 [--json] [--envs=<comma-separated envs>] ')
7+
.help()
78
.argv
89

910
console.log(argv)

0 commit comments

Comments
 (0)