afterCommandExecute method

  1. @Deprecated('use [postCommandExecute] instead')
void afterCommandExecute(
  1. SmartArgCommand command
)

Invoked after a SmartArgCommand is executed

Implementation

@Deprecated('use [postCommandExecute] instead')
void afterCommandExecute(SmartArgCommand command) {}