afterCommandParse method

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

Invoked after the Command parsing has completed.

Implementation

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