ProvidersCommand constructor
ProvidersCommand(
- Future<
CliContext> context()
Creates the command.
Implementation
ProvidersCommand(super.context) {
argParser.addOption(
'org',
abbr: 'o',
help: 'Only providers serving this organization.',
);
}