PackageCommand constructor
PackageCommand(
- Future<
CliContext> context()
Creates the command group.
Implementation
PackageCommand(Future<CliContext> Function() context) {
addSubcommand(_PackageCreateCommand(context));
addSubcommand(_PackageListCommand(context));
addSubcommand(_PackageDeleteCommand(context));
}