InitCommand constructor

InitCommand()

Implementation

InitCommand() {
  argParser.addOption(
    'ide',
    abbr: 'i',
    defaultsTo: 'vscode',
    allowed: ['vscode', 'cursor', 'windsurf'],
    help: 'IDE to configure (vscode, cursor, or windsurf)',
  );
}