Replies: 2 comments 7 replies
-
probably not easily right now. It would probably take a custom formatter to do that. Might be something to consider going forward though |
Beta Was this translation helpful? Give feedback.
-
Adding an answer with some of the details from previous reply. See Formatting. "POSITIONALS", "REQUIRED", "Usage", "OPTIONS", "SUBCOMMAND", "SUBCOMMANDS", "Env", "Needs", "Excludes", and all the type names. These can be set by auto fmtr=app.get_formatter();
\\this will change the "POSITIONALS" label name
fmtr->label("POSITIONALS", "positionals"); This is currently available in the main code branch and soon to a 2.6 release |
Beta Was this translation helpful? Give feedback.
-
I want to do internationalization, but the
Options:
title don't seem to be customizableBeta Was this translation helpful? Give feedback.
All reactions