Skip to main content

Module cli

Module cli 

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