import { ValidationError } from "https://dotland.deno.dev/x/cliffy@v0.19.0/flags/mod.ts";
A validation error is thrown when the command is wrongly used by the user. For example: If the user passes some invalid options or arguments to the command.
x/cliffy/flags/mod.ts>ValidationError
import { ValidationError } from "https://dotland.deno.dev/x/cliffy@v0.19.0/flags/mod.ts";
A validation error is thrown when the command is wrongly used by the user. For example: If the user passes some invalid options or arguments to the command.