Skip to main content

execute_with_gen

Function execute_with_gen 

Source
pub async fn execute_with_gen(
    provider: &Provider,
    raw_args: &[String],
    keyring: &Keyring,
    gen_ctx: Option<&GenContext>,
    auth_cache: Option<&AuthCache>,
) -> Result<Value, CliError>
Expand description

Execute a CLI provider tool, optionally using a dynamic auth generator.