We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80af4fa commit d250b26Copy full SHA for d250b26
1 file changed
tests/integration/cli-arguments.test.ts
@@ -1,11 +1,10 @@
1
import { describe, expect, test } from "bun:test";
2
+import { Command } from "@commander-js/extra-typings";
3
4
// Test Commander.js option parsing independently from main.tsx initialization.
5
// main.tsx has heavy bootstrap dependencies; we test the CLI argument parsing
6
// patterns it uses to ensure correct behavior.
7
-const { Command } = require("/Users/konghayao/code/ai/claude-code/node_modules/.old_modules-13e6b62a502cda34/commander/index.js");
8
-
9
function createTestProgram(): Command {
10
const program = new Command();
11
program
0 commit comments