addCommandsS method

CommandSet<String> addCommandsS()

Shorthand for addCommands for strings.

Implementation

CommandSet<String> addCommandsS() => addCommands(parser: idValueParser);