Skip to main content

run

Function run 

Source
pub fn run(manifest_path: &str, formatter: &OutputFormatter) -> Result<bool>
Expand description

Run the validate-documents command.

ยงErrors

Returns an error if the manifest file cannot be read, exceeds the 10 MiB size limit, cannot be parsed as JSON, or specifies an unsupported manifest version.