We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3afdb commit 6cb036bCopy full SHA for 6cb036b
mindee/cli.py
@@ -115,7 +115,7 @@ class CommandConfig(Generic[TypeInference]):
115
help="Invoice",
116
doc_class=product.InvoiceV4,
117
is_sync=True,
118
- is_async=False,
+ is_async=True,
119
),
120
"international-id": CommandConfig(
121
help="International ID",
@@ -165,6 +165,12 @@ class CommandConfig(Generic[TypeInference]):
165
166
is_async=False,
167
168
+ "us-mail": CommandConfig(
169
+ help="US Mail",
170
+ doc_class=product.us.UsMailV2,
171
+ is_sync=False,
172
173
+ ),
174
"us-healthcare-card": CommandConfig(
175
help="US Healthcare Card",
176
doc_class=product.us.HealthcareCardV1,
0 commit comments