ActivateCommand constructor

ActivateCommand()

Implementation

ActivateCommand() : super() {
  argParser.addOption(
    'key',
    help: 'activate --key=<license>',
  );
}