Skip to main content

run

Function run 

Source
pub fn run(schema_path: &str, format: GraphFormat) -> Result<CommandResult>
Expand description

Run the dependency graph command

ยงErrors

Returns an error if the schema file cannot be read or cannot be deserialized as a CompiledSchema. Also propagates JSON serialization errors for the selected output format.