beforeCommandExecute method

  1. @Deprecated('use [preCommandExecute] instead')
void beforeCommandExecute(
  1. SmartArgCommand command
)

Invoked before a SmartArgCommand is executed

Implementation

@Deprecated('use [preCommandExecute] instead')
void beforeCommandExecute(SmartArgCommand command) {}