CliCommandExec<R> typedef

CliCommandExec<R> = FutureOr<R> Function(CliLogger logger, ArgResults args)

Implementation

typedef CliCommandExec<R> = FutureOr<R> Function(
    CliLogger logger, ArgResults args);