Nog CLI Developer Guide - v0.10.5
Preparing search index...
cli/types
CommandHandler
Interface CommandHandler<TOptions>
Interface for command handlers
interface
CommandHandler
<
TOptions
=
Record
<
string
,
unknown
>
>
{
getConfig
()
:
CommandConfig
<
TOptions
>
;
}
Type Parameters
TOptions
=
Record
<
string
,
unknown
>
Implemented by
GenerateCommand
Index
Methods
get
Config
Methods
get
Config
getConfig
()
:
CommandConfig
<
TOptions
>
Get the command configuration
Returns
CommandConfig
<
TOptions
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Config
Nog CLI Developer Guide - v0.10.5
Loading...
Interface for command handlers