import { BaseCommand } from "https://deno.land/x/cliffy@v0.7.0/mod.ts";
Handle error. If .throwErrors()
was called all error's will be thrown, otherwise Deno.exit(1)
will be called.
x/cliffy/mod.ts>BaseCommand#error
import { BaseCommand } from "https://deno.land/x/cliffy@v0.7.0/mod.ts";
Handle error. If .throwErrors()
was called all error's will be thrown, otherwise Deno.exit(1)
will be called.