blob: b4f13a0b03abd18f47b475a78ac461a508ae23f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
=============
lesana-export
=============
SYNOPSIS
========
lesana export [-h] [--collection COLLECTION] [--query QUERY] \
destination template
DESCRIPTION
===========
Lesana export converts entries from one lesana collection to another,
using a jinja2 template.
OPTIONS
=======
-h, --help
Prints an help message and exits.
--collection COLLECTION, -c COLLECTION
The collection to work on. Default is ``.``
--query QUERY, -q QUERY
Xapian query to search in the collection
|