import { Command } from "https://deno.land/x/cliffy@v0.14.2/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://deno.land/x/cliffy@v0.14.2/mod.ts";
Handle error. If .throwErrors()
was called all error's will be thrown, otherwise Deno.exit(1)
will be called.