Skip to main content

dispatch_validate

Function dispatch_validate 

Source
pub async fn dispatch_validate(
    matches: &ArgMatches,
    registry: &Arc<dyn RegistryProvider>,
    apcore_executor: &Executor,
)
Expand description

Dispatch the validate subcommand.

Calls executor.validate() (preflight) and prints the result.