Command::long_about
long_about
Section titled “long_about ”Sets the program’s description for the long help (--help
).
Example
Section titled “Example”name = "myprog"long-about = "Does really amazing things to great people. Now let's talk a little more in depth about how this subcommand really works. It may take about a few lines of text, but that's ok!"[args]
name: myproglong-about: Does really amazing things to great people. Now let's talk a little more in depth about how this subcommand really works. It may take about a few lines of text, but that's ok!args: {}
{ "name": "myprog", "long-about": "Does really amazing things to great people. Now let's talk a little more in depth about how this subcommand really works. It may take about a few lines of text, but that's ok!", "args": {}}
myprog --help
Output
Section titled “Output”Does really amazing things to great people. Now let's talk a little more in depth about how this subcommand really works. It may take about a few lines of text,but that's ok!
Usage: myprog
Options: -h, --help Print help (see a summary with '-h')