command-code 0.18.6 → 0.18.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.mjs +133 -131
- package/package.json +1 -1
- package/vsix/commandcode-vscode.vsix +0 -0
package/README.md
CHANGED
|
@@ -23,3 +23,9 @@ command-code <command> [options]
|
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
For detailed usage instructions, please refer to the [documentation](https://commandcode.ai/docs).
|
|
26
|
+
|
|
27
|
+
## Environment Variables
|
|
28
|
+
|
|
29
|
+
| Variable | Description |
|
|
30
|
+
|----------|-------------|
|
|
31
|
+
| `CMD_DEMO` | Set to `1` to hide internal team badges (e.g. `co`) from the CLI header. Useful for demos and screenshots. Usage: `CMD_DEMO=1 cmd` |
|