btctax-cli 0.6.1

btctax — an offline, single-user US Bitcoin tax ledger (CLI: import, reconcile, and compute).
Documentation
1
2
3
4
5
6
7
8
9
10
// command fns added per task
pub mod admin;
pub mod answer;
pub mod import;
pub mod init;
pub mod inspect;
pub mod optimize;
pub mod reconcile;
pub mod tax;
pub mod whatif;