It should be possible to control printed messages, e.g. in class Flow
#171
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
In command line tools that are processing data automatically, I want to be in control of what goes to STDOUT.
It is not possible because of methods writing spontaneously on STDOUT (how bad mannered is it ;-)).
Typically, the methods
run_console
andrun_local_server
of the classFlow
.Describe the solution you'd like
(Note: other methods invoking them should also provide such parameters.)
Alternatively, the flag/parameter could be set globally.
Describe alternatives you've considered
Adding a
| grep -v 'Please visit this URL to authorize this application'
after my script.Ugly.
Slightly better.
Additional context
(There might be other classes than
Flow
with the same problem. Didn't check.)The text was updated successfully, but these errors were encountered: