Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#noExit

Opine's application generator
Latest
method Command.prototype.noExit
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Same as .throwErrors() but also prevents calling Deno.exit after printing help or version with the --help and --version option.