pub fn execute(command: SkillCommand, root: &Command) -> Result<()>Expand description
Entry point dispatched from main. root is the live clap command tree,
used to derive the always-accurate command list.
pub fn execute(command: SkillCommand, root: &Command) -> Result<()>Entry point dispatched from main. root is the live clap command tree,
used to derive the always-accurate command list.