AddCommand constructor

AddCommand()

Implementation

AddCommand() {
  argParser.addFlag(
    'dry-run',
    negatable: false,
    help: 'Show what would be installed without making changes.',
  );
}