-
Notifications
You must be signed in to change notification settings - Fork 57
Use standart input/output #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
BYK
added a commit
that referenced
this issue
Aug 21, 2014
Switches the option parser to [visionmedia/commander.js](https://npmjs.org/package/commander) from nomnom to fix #67, #68.
BYK
added a commit
that referenced
this issue
Aug 21, 2014
Switches the option parser to [visionmedia/commander.js](https://npmjs.org/package/commander) from nomnom to fix #67, #68.
BYK
added a commit
that referenced
this issue
Sep 2, 2014
Switches the option parser to [visionmedia/commander.js](https://npmjs.org/package/commander) from nomnom to fix #67, #68.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I see from the source code the CLI should works fine with
stdin
andstdout
but it does not. I've made some investigations and it seems that a dash argument (-
) is incorrectly treated as a flags.Thus there is actually no way to use
stdin
andstdout
with the CLI.The text was updated successfully, but these errors were encountered: