Allow the user to specify strings for "USAGE:", "FLAGS:", "OPTIONS:", "ARGS:"... #686
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-enhancement
Category: Raise on the bar on expectations
Currently, the strings used in the help message "USAGE:", "FLAGS:", "OPTIONS:", "ARGS" are hardcoded in
src/app/help.rs
.Similarly, in the
create_help_and_version
method ofsrc/app/parser.rs
, the help messages for-h
and-v
are hardcoded to "Prints help information" and "Prints version information", and I don't think (I may be wrong on this?) they can be overriden.I think it would be nice to allow the user to set their own strings for those, e.g. to allow translation.
The text was updated successfully, but these errors were encountered: