Chameleon
Preparing search index...
Subcommand
Interface Subcommand<O>
interface
Subcommand
<
O
extends
Record
<
string
,
OptionDef
<
any
,
boolean
>
>
=
Record
<
string
,
never
>
,
>
{
description
:
string
;
options
?:
O
;
execute
:
ExecuteFunction
<
O
>
;
}
Type Parameters
O
extends
Record
<
string
,
OptionDef
<
any
,
boolean
>
>
=
Record
<
string
,
never
>
Index
Properties
description
options?
execute
Properties
description
description
:
string
Optional
options
options
?:
O
execute
execute
:
ExecuteFunction
<
O
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
options
execute
Chameleon
Loading...