GrantCommand constructor

GrantCommand()

Creates the grant command group.

Implementation

GrantCommand() {
  addSubcommand(GrantAddCommand());
  addSubcommand(GrantListCommand());
  addSubcommand(GrantRevokeCommand());
}