Add command name. The .action() callback is invoked when the command name is specified via ARGV, and the remaining arguments are applied to the function for access. When the name is "*" an un-matched command will be passed as the first arg, followed by the rest of ARGV remaining. Examples program .version('0.0.1') .option('-C, --chdir <path>', 'change the working directory') .option('-c, --config