Skip to main content
Module

x/omdb/deps.ts>Command#noExit

Access OMDb's API with Deno.
Go to Latest
method Command.prototype.noExit
Re-export
import { Command } from "https://deno.land/x/omdb@v2.0.0/deps.ts";

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