Skip to main content

run

Function run 

Source
pub fn run(
    root: &Path,
    file: &Path,
    content: Option<String>,
    cli_agent: Option<String>,
    output: &dyn CliOutput,
) -> Result<()>