Skip to main content

execute

Function execute 

Source
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.