@isaacs/cli-env-config
Preparing search index...
ConfigDef
Type Alias ConfigDef
type
ConfigDef
=
{
allowUnknown
?:
boolean
;
countInverts
?:
NegList
;
counts
?:
KeyList
;
env
?:
{
[
key
:
string
]:
string
}
|
ProcessEnv
;
multivars
?:
KeyList
;
options
?:
KeyList
;
prefix
:
string
;
switches
?:
KeyList
;
switchInverts
?:
NegList
;
}
Index
Properties
allow
Unknown?
count
Inverts?
counts?
env?
multivars?
options?
prefix
switches?
switch
Inverts?
Properties
Optional
allow
Unknown
allowUnknown
?:
boolean
Optional
count
Inverts
countInverts
?:
NegList
Optional
counts
counts
?:
KeyList
Optional
env
env
?:
{
[
key
:
string
]:
string
}
|
ProcessEnv
Optional
multivars
multivars
?:
KeyList
Optional
options
options
?:
KeyList
prefix
prefix
:
string
Optional
switches
switches
?:
KeyList
Optional
switch
Inverts
switchInverts
?:
NegList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Unknown
count
Inverts
counts
env
multivars
options
prefix
switches
switch
Inverts
@isaacs/cli-env-config
Loading...