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.