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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user