Skip to main content

btctax_cli/cmd/
mod.rs

1// command fns added per task
2pub mod admin;
3pub mod answer;
4pub mod import;
5pub mod init;
6pub mod inspect;
7pub mod optimize;
8pub mod promote;
9pub mod reconcile;
10pub mod tax;
11pub mod tranche;
12pub mod whatif;