@hashgraph/solo
Preparing search index...
src/types
CommandDefinition
Interface CommandDefinition
interface
CommandDefinition
{
builder
?:
(
yargs
:
any
)
=>
any
;
command
:
string
;
desc
:
string
;
handler
?:
(
argv
:
ArgvStruct
)
=>
Promise
<
void
>
;
}
Index
Properties
builder?
command
desc
handler?
Properties
Optional
builder
builder
?:
(
yargs
:
any
)
=>
any
command
command
:
string
desc
desc
:
string
Optional
handler
handler
?:
(
argv
:
ArgvStruct
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
builder
command
desc
handler
@hashgraph/solo
Loading...