ProvidersCommand constructor

ProvidersCommand(
  1. Future<CliContext> context()
)

Creates the command.

Implementation

ProvidersCommand(super.context) {
  argParser.addOption(
    'org',
    abbr: 'o',
    help: 'Only providers serving this organization.',
  );
}