Expand description
Command-line interface for the acb binary.
Wraps the public API into CLI commands. Stateless — every command opens a file, does work, closes the file.
Modules§
- commands
- CLI command implementations.
- output
- Output formatting and styling helpers.
- repl
- Interactive REPL for ACB — slash command interface.
- repl_
commands - Slash command parsing and dispatch for the ACB REPL.
- repl_
complete - Tab completion for the ACB interactive REPL.