container: remove ledger in place of hledger

As said before; `lib_ledger` was meant to be a general abstraction to
any underlying CLI ledger.

But, between C++ `ledger` and Ledger Hardware Wallet, this abstraction
has become too confusing and counterproductive.

Since `hledger` will be the underlying implementation for the forseeable
future, all doubt should now be removed.
This commit is contained in:
2024-09-23 16:43:39 -07:00
parent 1101fc81b4
commit ea392ec360
5 changed files with 47 additions and 47 deletions

View File

@@ -70,7 +70,7 @@ This plugin's arguments:
Showing total current BTC balance:
$(lib_finance::ledger bal assets liabilities cur:BTC | tail -n1)
$(lib_finance::hledger bal assets liabilities cur:BTC | tail -n1)
"
lib_utils::print_custom "$_example"