GNOME Bugzilla – Bug 763277
commands/run: quiet commands by default
Last modified: 2016-05-18 12:14:07 UTC
Created attachment 323336 [details] [review] 0001-commands-run-quiet-commands-by-default.patch Currently, when you do "cerbero run COMMAND", cerbero prefaces the command with "Running command COMMAND". Although this can be helpful, it's inconvenient when using pipes or doing shell scripting. Thus, in the Unix tradition, quiet the run command by default, and add an optional -v/--verbose flag to print the message.
(friendly ping)
Oh, I see this was already accepted. Never mind my ping :).
commit 84751cfb174ea6140d4dfd55d93705c19b461ed6 Author: Martin Kelly <martin@surround.io> Date: Mon Mar 7 12:01:44 2016 -0800 commands/run: quiet commands by default Currently, when you do "cerbero run COMMAND", cerbero prefaces the command with "Running command COMMAND". Although this can be helpful, it's inconvenient when using pipes or doing shell scripting. Thus, in the Unix tradition, quiet the run command by default, and add an optional -v/--verbose flag to print the message. https://bugzilla.gnome.org/show_bug.cgi?id=763277