pub fn run_with_session<I, S>(
args: I,
session: &mut LoadSession,
) -> Result<i32, CliError>Expand description
Runs the command entry API with an injected loader session.
pub fn run_with_session<I, S>(
args: I,
session: &mut LoadSession,
) -> Result<i32, CliError>Runs the command entry API with an injected loader session.