diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-05 08:48:42 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-05 08:48:42 -0600 |
commit | 3fad0986c04c6442c2d506387a72e221305902f9 (patch) | |
tree | 80bc248588418d1da36562ce7f960d5f3be31c1d /README.md | |
parent | 83effeb49354ff6d0dc66bee0df3c1e4167810cf (diff) | |
download | Ledger.py-3fad0986c04c6442c2d506387a72e221305902f9.tar.gz Ledger.py-3fad0986c04c6442c2d506387a72e221305902f9.zip |
Print verb is mostly completed.
May still have bugs, but for now it is good enough.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ over the original project. - Support for commands: - [ ] Register. - [ ] Balance. - - [ ] Print. + - [X] Print. - Support for flags: - [ ] `--sort`. - [ ] `--price-db`. |