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