PresetApplyCommand constructor

PresetApplyCommand()

Creates the preset-apply command.

Implementation

PresetApplyCommand() {
  _addApiOptions(argParser);
  _addSelectorOptions(argParser);
  argParser.addFlag(
    'async',
    negatable: false,
    help: 'Do not wait. Prints an operation id to ask about later.',
  );
}