CreateServiceProviderCommand constructor

CreateServiceProviderCommand()

Implementation

CreateServiceProviderCommand() {
  argParser.addOption(
    'name',
    abbr: 'n',
    help: 'Specify the name of the service provider.',
  );
}