@gud/cli
github
Preparing search index...
ValidateOptionsParams
Interface ValidateOptionsParams
interface
ValidateOptionsParams
{
config
:
OptionsConfig
;
validations
:
{
conflicts
?:
boolean
;
required
?:
boolean
;
requires
?:
boolean
;
type
?:
boolean
;
}
;
values
:
{
[
key
:
string
]:
|
undefined
|
string
|
number
|
boolean
|
string
[]
|
number
[]
|
false
[]
|
true
[]
;
}
;
}
Index
Properties
config
validations
values
Properties
config
config
:
OptionsConfig
validations
validations
:
{
conflicts
?:
boolean
;
required
?:
boolean
;
requires
?:
boolean
;
type
?:
boolean
;
}
values
values
:
{
[
key
:
string
]:
|
undefined
|
string
|
number
|
boolean
|
string
[]
|
number
[]
|
false
[]
|
true
[]
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
validations
values
github
@gud/cli
Loading...