diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ # Ledger.py -A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This implementation only covers a few commands of the original ledger-cli. This project is only for educational purposes. It does not provide any advantages over the original project. +A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This +implementation only covers a few commands of the original ledger-cli. This +project is only for educational purposes. It does not provide any advantages +over the original project. # What it has @@ -11,4 +14,4 @@ A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This - Support for flags: - [ ] `--sort`. - [ ] `--price-db`. - - [ ] `--file`.
\ No newline at end of file + - [ ] `--file`. |