Documentation
Preparing search index...
@adonisjs/ace
src/types
ArgumentsParserOptions
Type Alias ArgumentsParserOptions
The options accepted by the arguments parser
type
ArgumentsParserOptions
=
{
type
:
"string"
|
"spread"
;
default
?:
any
;
parse
?:
(
value
:
any
)
=>
any
;
}
Index
Properties
type
default?
parse?
Properties
type
type
:
"string"
|
"spread"
Optional
default
default
?:
any
Optional
parse
parse
?:
(
value
:
any
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
default
parse
Documentation
Loading...
The options accepted by the arguments parser