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 3e72d4b commit 9675396Copy full SHA for 9675396
src/cli.js
@@ -29,7 +29,7 @@ function parseArgumentsIntoOptions(rawArgs) {
29
}
30
);
31
return {
32
- command: args['_'][1],
+ command: args['_'][0],
33
git: args['--git'],
34
dir: args['--dir'],
35
codeBranch: args['--code'],
0 commit comments