Members
(inner, constant) asciiHeader
Immediately invokes an anonymous function to
generate some ASCii art.
Methods
(inner) handleArg(key)
Switch over the current key from the parsed Array of arguments.
Parameters:
| Name | Type | Description |
|---|---|---|
key |
String | Current key from the parsed Object. |
(inner) handleArgs(args)
Parse the arguments with minimist and then call handleArgs.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array | A list of strings to be parsed. |
(inner) handleKeywords(keywords)
Validate the keyword list and run the appropriate action with the names
Parameters:
| Name | Type | Description |
|---|---|---|
keywords |
Array | A list of keywords parsed from the CLI's arguments. |