Skip to main content

execute

Function execute 

Source
pub async fn execute(
    path: Option<PathBuf>,
    ai_report: bool,
    locked_only: bool,
) -> Result<()>
Expand description

Execute the validate command

ยงErrors

Returns an error if the configuration cannot be loaded, the validator fails to initialize, or the validation process encounters an I/O error.