Skip to content

Commit

Permalink
feat: Added --no-input option to disable standard input
Browse files Browse the repository at this point in the history
  • Loading branch information
serendicoder committed Aug 15, 2017
1 parent 06ce2a2 commit 3359503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ Example: $0 --help run.
requiresArg: true,
type: 'array',
},
'no-input': {
describe: 'Disable all features that require standard input',
type: 'boolean',
},
});

program
Expand Down

0 comments on commit 3359503

Please sign in to comment.