Module commands

Module commands 

Source
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.
ParseError

Functions§

parse
Parse one input line. Bare text lines (no leading /) become Text.