Skip to main content
Module

x/cmd/mod.ts>CommanderError

Commander.js (command-line interfaces) for Deno.
Latest
class CommanderError
extends Error
import { CommanderError } from "https://deno.land/x/cmd@v1.2.0/mod.ts";

CommanderError class

Constructors

new
CommanderError(
exitCode: number,
code: string,
message: string,
)

Constructs the CommanderError class

Properties

code: string
exitCode: number
optional
nestedError: string