Skip to content

Command::display_name

since 0.1.0

Overrides the runtime-determined display name of the program for help and error messages.

name = "myprog"
version = "0.1.0"
display-name = "my_program"
Terminal window
myprog -V
Terminal window
my_program 0.1.0