papis-extract/papis_extract
Marty Oehme 424ad34c68
refactor: Rename cli options for extractor and template
Renamed the extractor selection from the cli to '--input' since it
decides the various input formats that are used to gather annotations
from.
Renamed the template selection from the cli to '--output' since it
control the output format that annotations are displayed/written in.

This also somewhat more closely mirrors pandoc cli options, which are
generally a good guide to follow.
2024-11-30 12:14:55 +01:00
..
exporters chore: Black formatting 2024-06-12 11:46:39 +02:00
extractors refactor: Fix circular exception import 2024-06-14 15:18:22 +02:00
__init__.py refactor: Rename cli options for extractor and template 2024-11-30 12:14:55 +01:00
annotation.py chore: Fix strict pyright analysis errors 2024-06-14 15:13:24 +02:00
exceptions.py refactor: Fix circular exception import 2024-06-14 15:18:22 +02:00
exporter.py chore: Black formatting 2024-06-12 11:46:39 +02:00
extraction.py fix: Only inform if no extractor finds valid files 2024-06-14 21:50:55 +02:00
formatter.py chore: Black formatting 2024-06-12 11:46:39 +02:00