chore!: Rename force option to duplicates
BREAKING CHANGE: Change the `--force/--no-force` cli option to `--duplicates/--no-duplicates` since it describes a little clearer what using it actually achieves (adding quote duplicates or not to output).
This commit is contained in:
parent
5f01aa1f2b
commit
e90a123f88
4 changed files with 17 additions and 17 deletions
|
|
@ -20,7 +20,7 @@ class Exporter(Protocol):
|
|||
formatter: Formatter
|
||||
edit: bool = False
|
||||
git: bool = False
|
||||
force: bool = False
|
||||
duplicates: bool = False
|
||||
|
||||
def run(
|
||||
self, annot_docs: list[tuple[papis.document.Document, list[Annotation]]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue