blob: 89e2c5cad136e7739f6c4ee75aadcb18b31cec15 (
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
|
=============
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
|