beforeCommandParse method

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

Invoked before an annotated Command parsing has started.

Implementation

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