preCommandExecute method

Future<void> preCommandExecute(
  1. SmartArgCommand command
)

Awaited before a SmartArgCommand is executed

Implementation

Future<void> preCommandExecute(SmartArgCommand command) => Future.value();