1 2 3 4
//! bean-report - Generate reports from beancount files (Python beancount compatibility). fn main() -> std::process::ExitCode { rustledger::cmd::report_cmd::main_with_name("bean-report") }