@codeneter/cli 0.10.4 → 0.11.0
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 +0 -10
- package/dist/codeneter.js +268 -261
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,16 +34,6 @@ codeneter run --prompt "Review this project and summarize the main risks"
|
|
|
34
34
|
|
|
35
35
|
## Common Commands
|
|
36
36
|
|
|
37
|
-
```bash
|
|
38
|
-
codeneter # Start the interactive terminal UI
|
|
39
|
-
codeneter run -p "..." # Run a single prompt
|
|
40
|
-
codeneter update # Check for CLI updates
|
|
41
|
-
codeneter --version # Print the installed CLI version
|
|
42
|
-
codeneter --help # Show all commands and options
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
## Interactive Slash Commands
|
|
46
|
-
|
|
47
37
|
Inside `codeneter`, type `/` to browse available commands:
|
|
48
38
|
|
|
49
39
|
```text
|