Skip to content

Commit a5bd4a6

Browse files
committed
Mark upgrade flag as boolean to prevent it from eating following args
Fixes #265
1 parent 852dba1 commit a5bd4a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/deploy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ exports.builder = {
8686
update: {
8787
alias: 'u',
8888
description: 'Update current project instead of simple deployment',
89+
type: 'boolean',
8990
},
9091
open: {
9192
alias: 'o',

0 commit comments

Comments
 (0)