Skip to content

Commit

Permalink
feat: Added --no-input option to disable standard input (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
serendicoder authored and kumar303 committed Aug 15, 2017
1 parent 06ce2a2 commit 99a1b40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/program.js
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 99a1b40

Please sign in to comment.