We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6902a commit 35c65a3Copy full SHA for 35c65a3
1 file changed
bin/cli.js
@@ -21,6 +21,7 @@ program
21
)
22
.option('--no-hmr', 'disable hot module replacement')
23
.option('--no-cache', 'disable the filesystem cache')
24
+ .option('-V, --version', 'output the version number')
25
.action(bundle);
26
27
program
0 commit comments