You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will display the value description in some shells (fish/zsh) completions (see PossibleValue::help()).
Also, this will show in long help from clap v4 (see clap-rs/clap#3312).
The text was updated successfully, but these errors were encountered:
I can't think of an arg enum that would benefit from documenting its variants besides --pretty. In #250, I've added the following long-help to the --pretty flag:
--pretty <STYLE>
Controls output processing. Possible values are:
all (default) Enable both coloring and formatting
colors Apply syntax highlighting to output
format Pretty-print json and sort headers
none Disable both coloring and formatting
Defaults to "format" if the NO_COLOR env is set and to "none" if stdout is not tty.
I can update #250, so possible args for --pretty are documented in shell completions. Do you have any other flags in mind?
This will display the value description in some shells (fish/zsh) completions (see
PossibleValue::help()
).Also, this will show in long help from clap v4 (see clap-rs/clap#3312).
The text was updated successfully, but these errors were encountered: