bring back full covers if needed
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 30m2s

This commit is contained in:
Sebastian Hugentobler 2024-06-26 22:35:03 +02:00
parent b77b1bc139
commit 7deb8e5bfc
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
9 changed files with 142 additions and 84 deletions

View file

@ -37,12 +37,17 @@ From there on `cargo run` and `cargo build` and so on can be used.
Usage: little-hesinde [OPTIONS] -- <LIBRARY_PATH>
Arguments:
<LIBRARY_PATH> Calibre library path
<LIBRARY_PATH> Calibre library path [env: LIBRARY_PATH=]
Options:
-l, --listen-address <LISTEN_ADDRESS> Address to listen on [default: [::1]:3000]
-h, --help Print help
-V, --version Print version
-l, --listen-address <LISTEN_ADDRESS>
Address to listen on [env: LISTEN_ADDRESS=] [default: [::1]:3000]
-c, --cache-path <CACHE_PATH>
Cache path ($TMP cascades through $XDG_CACHE_HOME, $TMPDIR and /tmp) [env: CACHE_PATH=] [default: $TMP/little-hesinde]
-h, --help
Print help
-V, --version
Print version
```
Example: `little-hesinde -l [::]4000 -- ~/Documents/library/`