Skip to content

Commit

Permalink
echo-color: clearer tips in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 3, 2021
1 parent 1d34c0b commit 2f5bff6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions commands/echo-color
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ if is-help-empty "$@"; then
TIPS:
[--h1=value] is good for segment headers
[--e1=value] is good for segment failure footers
[--g1=value] is good for segment success footers
[--error=value] is good for unexpected errors
[--header] is good for general headers
[--dim] is good for sample sections
[--h1=value] for segment headers
[--e1=value] for segment failure footers
[--g1=value] for segment success footers
[--error=value] for unexpected errors
[--header] for general headers
[--dim] for quoting
Remember [$'\n'] is available to you to place newlines between arguments, e.g.
echo-color value $'\n' value
Expand Down

0 comments on commit 2f5bff6

Please sign in to comment.