//! `balance` command — sum per account per commodity, rendered as
//! a flat list or an indented tree.
//!
//! Runs after the filter phase, so the journal already contains only
//! the postings the user wants summed. The `--empty` flag controls
//! whether branches with a zero total are rendered in tree mode.
use crateJournal;