1//! Command-line interface for the `acb` binary.
2//!
3//! Wraps the public API into CLI commands. Stateless — every command
4//! opens a file, does work, closes the file.
56pub mod commands;
7pub mod output;
8pub mod repl;
9pub mod repl_commands;
10pub mod repl_complete;