Skip to main content

btctax_cli/cmd/
mod.rs

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