OrgCommand constructor
OrgCommand(
- Future<
CliContext> context()
Creates the command group.
Implementation
OrgCommand(Future<CliContext> Function() context) {
addSubcommand(_OrgCreateCommand(context));
addSubcommand(_OrgListCommand(context));
addSubcommand(_OrgDeleteCommand(context));
}