After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763276 - commands/run: require an argument
commands/run: require an argument
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal minor
: 1.7.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-08 00:36 UTC by Martin Kelly
Modified: 2016-03-11 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-commands-run-require-an-argument.patch (934 bytes, patch)
2016-03-08 00:36 UTC, Martin Kelly
committed Details | Review

Description Martin Kelly 2016-03-08 00:36:38 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.
Comment 1 Sebastian Dröge (slomo) 2016-03-08 07:34:36 UTC
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