CLI Mode vs Interactive Mode
Interactive Mode
Provides a command prompt for entering commands one by one. Ideal for manual testing.
Inside:
Pros:
- No need to type
manyspeechevery time - Command history (Up/Down arrows)
- Tab completion
CLI Mode
Ideal for scripting and automation.
Pros:
- Embeddable in Batch/PowerShell scripts
- Supports piping and redirection
- Easy CI/CD integration
Quick Switch
In interactive mode, use ! to execute system commands temporarily:

