Methods
-
static argumentsHelp () → {String}
-
Get help text for arguments
Returns:
String -Text of options in formatted table
-
static desc (description)
-
Simple setter for custom
description
to append on help output.Parameters:
Name Type Description description
String -
static help () → {String}
-
Tries to get the description from a USAGE file one folder above the source root otherwise uses a default description
Returns:
String -Help message of the generator
-
static optionsHelp () → {String}
-
Get help text for options
Returns:
String -Text of options in formatted table
-
static usage () → {String}
-
Output usage information for this given generator, depending on its arguments or options
Returns:
String -Usage information of the generator