OnBeforeRunCommand typedef

OnBeforeRunCommand = Future<void> Function(BetterCommandRunner<OptionDefinition, dynamic> runner)

A function type for executing code before running a command.

Implementation

typedef OnBeforeRunCommand = Future<void> Function(BetterCommandRunner runner);