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 thetry-runtimecommand.args- Arguments passed to the subcommand.excluded_args- Arguments to exclude.