OpenCommand constructor

OpenCommand()

Implementation

OpenCommand() {
  argParser.addOption(
    'editor',
    abbr: 'e',
    help: 'The editor to use.',
    allowed: ['code', 'antigravity'],
    defaultsTo: 'code',
  );
}