Command::after_long_help
after_long_help
Section titled “after_long_help ”Free-form help text for after auto-generated long help (--help
).
Example
Section titled “Example”name = "myprog"term-width = 80after-long-help = "Does really amazing things to great people... but be careful with -R, like, for real, be careful with this!"[args]
name: myprogterm-width: 80after-long-help: Does really amazing things to great people... but be careful with -R, like, for real, be careful with this!args: {}
{ "name": "myprog", "term-width": 80, "after-long-help": "Does really amazing things to great people... but be careful with -R, like, for real, be careful with this!", "args": {}}
myprog --help
Output
Section titled “Output”Usage: myprog
Options: -h, --help Print help (see a summary with '-h')
Does really amazing things to great people... but be careful with -R, like, forreal, be careful with this!