mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
specified the common default output behavior
This commit is contained in:
parent
64ec528677
commit
cc81668495
12
HACKING.md
Normal file
12
HACKING.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# default behavior for command line output
|
||||||
|
|
||||||
|
if some command requires a subcommand and the subcommand is missing, output should be printed as follows:
|
||||||
|
|
||||||
|
* auxilary information should be printed to the stderr. These are read by human.
|
||||||
|
* list of candidates for the missing subcommand should be printed to the stdout. These are not only read by human, but also read by shell completion facility.
|
||||||
|
|
||||||
Loading…
Reference in a new issue