import { Command } from "https://deno.land/x/cliffy@v0.23.0/command/command.ts";
Same as .throwErrors()
but also prevents calling Deno.exit
after
printing help or version with the --help and --version option.
x/cliffy/command/command.ts>Command#noExit
import { Command } from "https://deno.land/x/cliffy@v0.23.0/command/command.ts";
Same as .throwErrors()
but also prevents calling Deno.exit
after
printing help or version with the --help and --version option.