|
You can use subcommand_alias() to give a subcommand whatever name you choose. In fact, the "queue" example does this for My::Queue::Command::Property. It defines subcommand_alias to enable 'l' and 's' as alternatives for the default names (so "queue property s" is the same as "queue property set" and "queue property l" is the same as "queue property list"). |