diff options
author | Joris | 2023-09-16 18:28:54 +0200 |
---|---|---|
committer | Joris | 2023-09-16 18:31:24 +0200 |
commit | c236facb4d4c277773c83f1a4ee85b48833d7e67 (patch) | |
tree | 240e72821f7715e24c906e1a2e4081264d47d0ba /README.md | |
parent | 06f045e90bb57c36738e58ee6830e2a2391bc6a3 (diff) |
Add CLI command to insert book in library
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,3 +34,7 @@ In nix shell (`nix develop`), run: ## Show library BOOK_LIBRARY=path-to-books python src/main.py library + +## Add book + + BOOK_LIBRARY=path-to-books python src/main.py new optional-path-to-ebook |