bring back full covers if needed
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 30m2s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 30m2s
This commit is contained in:
parent
b77b1bc139
commit
7deb8e5bfc
9 changed files with 142 additions and 84 deletions
13
README.md
13
README.md
|
@ -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/`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue