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