Skip to main content

run

Function run 

Source
pub fn run(
    inputs: &[String],
    language_override: Option<&str>,
    recursive: bool,
    output: &str,
) -> Result<()>
Expand description

Run the extract command.

ยงErrors

Returns an error if no source files are found, file I/O fails, or schema extraction encounters invalid syntax in the input files.