@hashgraph/solo
Preparing search index...
src/argument-processor
ArgumentProcessor
Class ArgumentProcessor
Index
Constructors
constructor
Methods
process
Constructors
constructor
new
ArgumentProcessor
()
:
ArgumentProcessor
Returns
ArgumentProcessor
Methods
Static
process
process
(
argv
:
string
[]
,
)
:
|
{
_
:
(
string
|
number
)
[]
;
$0
:
string
;
[
key
:
string
]:
unknown
}
|
Promise
<
{
_
:
(
string
|
number
)
[]
;
$0
:
string
;
[
key
:
string
]:
unknown
}
>
Parameters
argv
:
string
[]
Returns
|
{
_
:
(
string
|
number
)
[]
;
$0
:
string
;
[
key
:
string
]:
unknown
}
|
Promise
<
{
_
:
(
string
|
number
)
[]
;
$0
:
string
;
[
key
:
string
]:
unknown
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
process
@hashgraph/solo
Loading...