Method |
Description |
|
getBaseOptions ( ) : array |
Returns a set of base options that this module adds to the CLI argument
parser. |
|
getOptionGroupDescription ( ) : string |
Returns the description for the option group representing this module. |
|
getOptionGroupOptions ( ) : array |
Returns the options for this module. |
|
getOptionGroupTitle ( ) : string |
Returns the title for the option group representing this module. |
|
getUsage ( ) : string |
Returns additional usage description for this module. |
|
hasOptionGroup ( ) : boolean |
Returns whether the module provides an option group. |
|