You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commandcode-bridge run Start the bridge in TUI mode
73
75
commandcode-bridge run --server Start the bridge in headless server mode
74
-
commandcode-bridge help Show this help screen
75
-
commandcode-bridge (no args) Show this help screen
76
+
commandcode-bridge update Download and install latest stable release
77
+
commandcode-bridge help Show help screen
78
+
commandcode-bridge --version Print version string
79
+
commandcode-bridge (no args) Show help screen
76
80
commandcode-bridge <invalid> Show help screen, exit 1
77
81
```
78
82
79
-
The npm wrapper (`bin/commandcode-bridge.js`) detects `process.platform`, maps to the correct native binary (`app-linux`, `app-mac`, `app-win.exe`), and spawns it with `stdio: 'inherit'`. All args are forwarded. Once launched, Node.js goes idle and the Dart binary takes full control.
83
+
The npm wrapper (`bin/commandcode-bridge.js`) detects `process.platform`, maps to the correct native binary (`app-linux`, `app-mac`, `app-win.exe`), and spawns it with `stdio: 'inherit'`. `--version` is intercepted in the wrapper (reads `package.json`). All other args (including `update`) are forwarded to Dart. Once launched, Node.js goes idle and the Dart binary takes full control.
80
84
81
85
## Distribution
82
86
@@ -246,8 +250,9 @@ Copy to clipboard via platform-specific tools, fallback to OSC 52:
0 commit comments