Search
Preparing search index...
The search index is not available
ND JS
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
commander.constant
External module commander.constant
Index
Object literals
DEBUG_
OPT
LOCATION_
OPT
LOG_
PATH_
OPT
LONG_
OUT_
OPT
NO_
COLOR_
OPT
NO_
LOG_
OPT
QUIET_
OPT
SHORT_
OUT_
OPT
Object literals
Const
DEBUG_
OPT
DEBUG_
OPT
:
object
desc
desc
:
string
= "Turn open debugger"
name
name
:
string
= "-D, --debug"
fn
fn
(
)
:
string
Returns
string
Const
LOCATION_
OPT
LOCATION_
OPT
:
object
desc
desc
:
string
= "Custom output location"
name
name
:
string
= "-L, --location <location>"
fn
fn
(
location
:
any
)
:
void
Parameters
location:
any
Returns
void
Const
LOG_
PATH_
OPT
LOG_
PATH_
OPT
:
object
desc
desc
:
string
= "custom logger folder location"
name
name
:
string
= "--log-location <location>"
fn
fn
(
location
:
any
)
:
void
Parameters
location:
any
Returns
void
Const
LONG_
OUT_
OPT
LONG_
OUT_
OPT
:
object
desc
desc
:
string
= "make multiple line output"
name
name
:
string
= "--log-long"
fn
fn
(
)
:
string
Returns
string
Const
NO_
COLOR_
OPT
NO_
COLOR_
OPT
:
object
desc
desc
:
string
= "Make no color output"
name
name
:
string
= "-N, --no-color"
fn
fn
(
)
:
boolean
Returns
boolean
Const
NO_
LOG_
OPT
NO_
LOG_
OPT
:
object
desc
desc
:
string
= "No log to the files"
name
name
:
string
= "--log-none"
fn
fn
(
)
:
boolean
Returns
boolean
Const
QUIET_
OPT
QUIET_
OPT
:
object
desc
desc
:
string
= "Be quiet"
name
name
:
string
= "-Q, --quiet"
fn
fn
(
)
:
boolean
Returns
boolean
Const
SHORT_
OUT_
OPT
SHORT_
OUT_
OPT
:
object
desc
desc
:
string
= "make 1 line output"
name
name
:
string
= "--log-short"
fn
fn
(
)
:
string
Returns
string
Globals
commander.constant
DEBUG_
OPT
LOCATION_
OPT
LOG_
PATH_
OPT
LONG_
OUT_
OPT
NO_
COLOR_
OPT
NO_
LOG_
OPT
QUIET_
OPT
SHORT_
OUT_
OPT
Generated using
TypeDoc