Constructor
(abstract) new Argument(name, defaultValue, description, alias)
- Source:
Argument constructor.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
name |
string | The argument name. | |
defaultValue |
* | null |
null
|
The default value. |
description |
string | The description for CLI help. | |
alias |
string | null |
null
|
The argument alias. |