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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue