ServiceReinstallCommand constructor

ServiceReinstallCommand()

Creates the service-reinstall command.

Implementation

ServiceReinstallCommand() {
  _addServiceConfigOptions(argParser);
  argParser.addFlag(
    'dry-run',
    negatable: false,
    help: 'Print the rendered service definition without installing.',
  );
}