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:
Marty Oehme 2025-09-11 10:17:53 +02:00
parent 5f01aa1f2b
commit e90a123f88
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 17 additions and 17 deletions

View file

@ -11,7 +11,7 @@ class StdoutExporter:
formatter: Formatter
edit: bool = False
git: bool = False
force: bool = False
duplicates: bool = False
def run(self, annot_docs: list[tuple[Document, list[Annotation]]]) -> None:
"""Pretty print annotations to stdout.