The recently added base command variable would break on multi-profile
systems because, when superscript first sources, this global variable
would be set.
Unsetting/resetting the variable will not be a fix so, revert to the
noisy but dynamic per-alias-generated solution instead.
- Refactors and sorts
- Consolidates commands
* Shortens hledger-{ui,vui,web}
* Comment out most aliases by default
- Updates to latest impl
- Adds notes and examples
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.