Skip to main content

run_try_runtime

Function run_try_runtime 

Source
pub fn run_try_runtime(
    binary_path: &PathBuf,
    command: TryRuntimeCliCommand,
    shared_params: Vec<String>,
    args: Vec<String>,
    excluded_args: &[&str],
) -> Result<(), Error>
Expand description

Run try-runtime-cli binary.

ยงArguments

  • binary_path - Path to the binary.
  • command - Command to run.
  • shared_params - Shared parameters of the try-runtime command.
  • args - Arguments passed to the subcommand.
  • excluded_args - Arguments to exclude.