const cliArgs = args.slice(1); // Additional arguments to pass to the CLI // Append 'exit' to close the terminal window/tab when the process ends const debugCommand = `cd "${CLI_ROOT}" && node ...
I'm not giving in to the vibes yet.