GNOME Bugzilla – Bug 763276
commands/run: require an argument
Last modified: 2016-03-11 15:56:33 UTC
Created attachment 323335 [details] [review] 0001-commands-run-require-an-argument.patch Currently, doing "cerbero run" without any command to run results in a no-op with no output. However, running "no command" doesn't make much sense, so cerbero should probably show an error message instead.
commit 4f891a7bfd477befc02849aa9d65b7a40e0bc266 Author: Martin Kelly <martin@surround.io> Date: Mon Mar 7 12:24:51 2016 -0800 commands/run: require an argument Currently, doing "cerbero run" without any command to run results in a no-op with no output. However, running "no command" doesn't make much sense, so cerbero should probably show an error message instead. https://bugzilla.gnome.org/show_bug.cgi?id=763276