Function cli::commands::subcommand_execute
source · pub fn subcommand_execute(
parent_command_name: &str,
commands: Vec<Box<dyn Command>>,
client: &mut ClientProxy,
params: &[&str]
)
Expand description
Execute sub command.