pub fn try_run<I>(cmd: &dyn CommandLike, args: I) -> Result<()>where
I: IntoIterator<Item = String>,Expand description
Run a command/group with explicit arguments.
pub fn try_run<I>(cmd: &dyn CommandLike, args: I) -> Result<()>where
I: IntoIterator<Item = String>,Run a command/group with explicit arguments.