btctax-cli 0.2.0

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