@hashgraph/solo
Preparing search index...
src/core/yargs-command
YargsCommand
Class YargsCommand
Index
Constructors
constructor
Constructors
constructor
new
YargsCommand
(
options
:
{
command
:
string
;
commandDef
:
any
;
description
:
string
;
handler
:
string
;
}
,
flags
:
{
optional
:
CommandFlag
[]
;
required
:
CommandFlag
[]
}
,
)
:
YargsCommand
Parameters
options
:
{
command
:
string
;
commandDef
:
any
;
description
:
string
;
handler
:
string
}
flags
:
{
optional
:
CommandFlag
[]
;
required
:
CommandFlag
[]
}
Returns
YargsCommand
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
@hashgraph/solo
Loading...