@agora-build/atem 0.4.56 → 0.4.57
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,9 +79,6 @@ atem serv killall # Kill all background servers
|
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
81
|
atem repl # Interactive REPL with AI command interpretation
|
|
82
|
-
atem explain "topic" # Generate visual HTML explanation
|
|
83
|
-
atem explain "topic" -c file.rs # Explain with file context
|
|
84
|
-
atem explain "topic" -o out.html # Save to specific file
|
|
85
82
|
```
|
|
86
83
|
|
|
87
84
|
## TUI Modes
|