beforeCommandParse method

  1. @Deprecated('use [preCommandParse] instead')
void beforeCommandParse(
  1. SmartArg command,
  2. List<String> arguments
)

Invoked before an annotated Command parsing has started.

Implementation

@Deprecated('use [preCommandParse] instead')
void beforeCommandParse(SmartArg command, List<String> arguments) {}