beforeCommandParse method

void beforeCommandParse(
  1. SmartArgCommand command,
  2. List<String> arguments
)

Invoked before a command is parsed

Implementation

void beforeCommandParse(SmartArgCommand command, List<String> arguments) {}