Expand description
Parsed-command enum and parser. The dispatcher lives in
crate::session.
Enums§
- Command
- A parsed CLI input line. Borrows from the input buffer — the caller is expected to own that buffer on the stack while dispatching.
- Parse
Error
Functions§
- parse
- Parse one input line. Bare text lines (no leading
/) becomeText.