Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Opt

Single option definition

Hierarchy

  • Opt

Index

Properties

Properties

Optional help

help: undefined | string

Description of the option shown in help message

Optional required

required: undefined | false | true

Require option to be set or otherwise throw exception

Optional short

short: undefined | string

One character version of the option name, used in the command line

type

type: keyof Types

Option value type

Generated using TypeDoc