]> git.tuebingen.mpg.de Git - gsu.git/commit - subcommand
subcommand: Don't print error messages to stdout.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 19 Jul 2018 19:04:09 +0000 (21:04 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 17 Sep 2020 18:15:54 +0000 (20:15 +0200)
commit4b006b9a403f59daee07d62fdc2553409872f14c
tree9058f7ab1d6fb1d3715345cc5604066d2720eaf1
parent8c9e5c951d304529421c11e2a7b5bc2ca145b637
subcommand: Don't print error messages to stdout.

If an invalid command name was given, we print the list of available
commands, followed by an error message. The list of commands is
sent to stdout while the error message goes to stderr. This is a bit
unfortunate, so print both to stderr instead.
subcommand