pub fn load_schema(args_path: Option<&Path>) -> CliResult<LoadedSchema>Expand description
Load the schema, preferring args_path if Some, falling back to the
configured / default schema path.
pub fn load_schema(args_path: Option<&Path>) -> CliResult<LoadedSchema>Load the schema, preferring args_path if Some, falling back to the
configured / default schema path.