EventsCommand constructor
EventsCommand()
Creates the events command.
Implementation
EventsCommand() {
_addApiOptions(argParser);
argParser.addFlag(
'follow',
abbr: 'f',
negatable: false,
help: 'Stream events as they happen, instead of printing recent ones.',
);
}