Function run

Source
pub fn run(
    shell: &Shell,
    code_path: &str,
    config_path: &str,
    secrets_path: &str,
    en_config_path: &str,
    consensus_args: Vec<String>,
    additional_args: Vec<String>,
) -> Result<()>