Skip to content

Commit

Permalink
Indicate that -n is a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Mar 24, 2017
1 parent c0884ba commit 87787df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ const flags = args.parse(process.argv, {
C: 'cors',
S: 'silent',
s: 'single',
u: 'unzipped'
u: 'unzipped',
n: 'no-clipboard'
},
boolean: ['auth', 'cors', 'silent', 'single', 'unzipped', 'no-clipboard']
}
Expand Down

0 comments on commit 87787df

Please sign in to comment.