This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 302
usability: show warning for the fleetctl subcommands #1443
Labels
Milestone
Comments
relates #1445 |
running: We should just be consistent and of course tell the user that he must supply the right arguments. |
Following previous discussions about the semantics of |
How about we just write something to stderr saying "No units given" |
and 0 exit code? ok for me. |
dongsupark
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 3, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
dongsupark
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 4, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
dongsupark
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 4, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
dongsupark
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 7, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
dongsupark
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 9, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
dongsupark
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 10, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
kayrus
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 31, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
kayrus
pushed a commit
to endocode/fleet
that referenced
this issue
Mar 31, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
hectorj2f
pushed a commit
to giantswarm/fleet
that referenced
this issue
Apr 6, 2016
If no unit name is given for fleetctl commands like destroy, load, start, stop, submit, and unload, then return with exit code 0, printing out a soft warning message to stderr. Fixes: coreos#1443
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
Desired behavior:
The text was updated successfully, but these errors were encountered: