diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-09-29 18:11:43 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-09-29 18:11:43 +0200 |
commit | da130078b4a654d8d17a2e606be4447cfdad44eb (patch) | |
tree | 1c3e7217cfc1d22269d1d1b0370f39c6b53a37eb /docs/man/lesana-search.rst | |
parent | 25890ee36217c4c9b152cf3c38603725f65edfac (diff) |
Additional manpages
Diffstat (limited to 'docs/man/lesana-search.rst')
-rw-r--r-- | docs/man/lesana-search.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/man/lesana-search.rst b/docs/man/lesana-search.rst new file mode 100644 index 0000000..9375541 --- /dev/null +++ b/docs/man/lesana-search.rst @@ -0,0 +1,37 @@ +============= +lesana-search +============= + +--------------------------------- +search inside a lesana collection +--------------------------------- + +:Author: valhalla@trueelena.org +:Manual section: 1 + +SYNOPSIS +======== + +lesana search [--help] [--collection COLLECTION] [--template TEMPLATE] \ +[--offset OFFSET] [--pagesize PAGESIZE] [--all] query [query ...] + +DESCRIPTION +=========== + + +OPTIONS +======= + +-h, --help + Prints an help message and exits. +--collection COLLECTION, -c COLLECTION + The collection to work on. Default is ``.`` +--template TEMPLATE, -t TEMPLATE + Template to use when displaying results +--offset OFFSET + . +--pagesize PAGESIZE + . +--all + Return all available results + |