postCommandParse method

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

Awaited after the Command parsing has completed.

Implementation

Future<void> postCommandParse(SmartArg command, List<String> arguments) =>
    Future.value();