Interactive REPL mode for a command tree.
Presents a prompt and dispatches typed commands through the command tree. Supports command history, help, and tab-like introspection.
Usage
Cheer.Repl.start(MyApp.CLI.Root, prog: "my-app")
Summary
Functions
Start an interactive REPL for the command tree.