Skip to content
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

Adds silent option to ignore cmake output #54

Merged
merged 2 commits into from
Sep 2, 2016

Conversation

gerhardberger
Copy link
Contributor

This PR adds a silent option to ignore the cMake's output on the stdio.

@@ -112,6 +112,11 @@ var yargs = require("yargs")
demand: false,
describe: "Custom argument passed to CMake in format: -D<your-arg-here>",
type: "string"
},
"si": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An option key should be one-letter in yargs.

@gerhardberger
Copy link
Contributor Author

fixed them, thanks!

@unbornchikken unbornchikken merged commit 3c51d7a into cmake-js:master Sep 2, 2016
unbornchikken added a commit that referenced this pull request Sep 15, 2016
Adds silent option to ignore cmake output
unbornchikken added a commit that referenced this pull request Sep 15, 2016
Adds silent option to ignore cmake output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants