Skip to main content

try_run

Function try_run 

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