@did-btc1/cli
Preparing search index...
ICommand
Interface ICommand
interface
ICommand
{
execute
(
params
:
{
action
?:
string
;
options
?:
any
}
)
:
Promise
<
void
>
;
}
Index
Methods
execute
Methods
execute
execute
(
params
:
{
action
?:
string
;
options
?:
any
}
)
:
Promise
<
void
>
Parameters
params
:
{
action
?:
string
;
options
?:
any
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
execute
@did-btc1/cli
Loading...