Skip to main content

run

Function run 

Source
pub fn run(input: &str, language: Language, output: Option<&str>) -> Result<()>
Expand description

Run the generate command.

ยงErrors

Returns an error if the input schema file cannot be read or parsed as IntermediateSchema, or if the generated output file cannot be written.