macro_rules! define_help_command_action {
($action_name:ident, $req_action_name:ident, $help_func:ident) => { ... };
}Expand description
Preset of definition of help command action
macro_rules! define_help_command_action {
($action_name:ident, $req_action_name:ident, $help_func:ident) => { ... };
}Preset of definition of help command action