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 f81e40a commit 1daa8bcCopy full SHA for 1daa8bc
contentctl/contentctl.py
@@ -233,7 +233,7 @@ def main():
233
"test_servers": test_servers.model_construct(**t.__dict__),
234
"release_notes": release_notes.model_construct(**config_obj),
235
"deploy_acs": deploy_acs.model_construct(**t.__dict__),
236
- "recognize": tyro.conf.Subcommand(),
+ "recognize": tyro.conf.subcommand(), # type: ignore
237
}
238
)
239
0 commit comments