import { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts";
Throw error's instead of calling Deno.exit()
to handle error's manually.
This has no effect for parent commands. Only for the command on which this method was called and all child commands.