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

x/mod/deps.ts>Command#noExit

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.noExit
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.ts";

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