Command::author
author
Section titled “author ”Sets the author(s) for the help message.
Example
Section titled “Example”name = "myprog"author = "Me, me@mymain.com"help-template = "{name} ({version}) {author} - {usage}"[args]
name: myprogauthor: Me, me@mymain.comhelp-template: '{name} ({version}) {author} - {usage}'args: {}
{ "name": "myprog", "author": "Me, me@mymain.com", "help-template": "{name} ({version}) {author} - {usage}", "args": {}}
myprog --help
Output
Section titled “Output”myprog () Me, me@mymain.com - myprog