Command::bin_name
bin_name
Section titled “bin_name ”Overrides the runtime-determined name of the binary for help and error messages.
Example
Section titled “Example”name = "myprog"bin-name = "my_binary"[args]
name: myprogbin-name: my_binaryargs: {}
{ "name": "myprog", "bin-name": "my_binary", "args": {}}
myprog --help
Output
Section titled “Output”Usage: my_binary
Options: -h, --help Print help