pub fn get_subcommand_schema<T: CommandFactory>(
path: &[&str],
) -> Option<CommandSchema>Expand description
Get schema for a specific subcommand path (e.g., “tx” or “account balance”)
pub fn get_subcommand_schema<T: CommandFactory>(
path: &[&str],
) -> Option<CommandSchema>Get schema for a specific subcommand path (e.g., “tx” or “account balance”)