GrantCommand constructor
GrantCommand()
Creates the grant command group.
Implementation
GrantCommand() {
addSubcommand(GrantAddCommand());
addSubcommand(GrantListCommand());
addSubcommand(GrantRevokeCommand());
}
Creates the grant command group.
GrantCommand() {
addSubcommand(GrantAddCommand());
addSubcommand(GrantListCommand());
addSubcommand(GrantRevokeCommand());
}