-
Notifications
You must be signed in to change notification settings - Fork 282
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
Add a new flag --no-processes to hide process information #133
Conversation
Hello, thanks for your contribution!
Actually the name of the flag doesn't fully explain or match its description. It more sounds like it would completely disable the process information. FYI, this can be also seen as a special case of #51 (more general solution) -- users may want to have more fine-grained control of process output; we may want to avoid having tons of command-line flags. |
Hi, thanks for your response. In practice I would go from something like:
To
Which is exactly what I needed :) Has #51 been implemented yet tho? Thank you for your work with this repo btw, very useful! ^^ |
I see. So it tries to hide all the process information. Suggestions:
|
- Update README - added test in `test_args_commandline` - Fixed output string format
Thank you for your review! |
- Not Supported only added if flag is not used - Trailing " |" not added if flag not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've got some conflicts. Can you please move some arguments and squash all the commits without merge-with-up-stream merge-commits? Thank you.
Thank you, I've merged this. |
Hey I find this useful for my own application, also seems to solve #101 I think :)