UserCommand constructor

UserCommand()

Implementation

UserCommand() {
  addSubcommand(UserGetSubcommand());
}