Utils
- Description:
Commands Utils
- Source:
Methods
(static) exports.parseArgs(input, limit) → {Array.<String>}
- Description:
Parse command line
- Source:
Parameters:
Name | Type | Description |
---|---|---|
input |
||
limit |
number | number of parsable args |
Returns:
[0] is always a command name
- Type
- Array.<String>