We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e870908 commit b1ee362Copy full SHA for b1ee362
1 file changed
src/relic/core/cli.py
@@ -620,10 +620,15 @@ def _create_parser(
620
621
__all__ = [
622
"RelicArgParserError", # Should move to relic.core.errors in next major
623
- # Should move to relic.core.errors in next major
624
"CLI",
625
"CliPlugin",
626
"CliPluginGroup",
627
"CliEntrypoint",
628
"RelicCli",
+ "LogSetupOptions"
629
+ "RelicArgParser"
630
+ "get_path_validator"
631
+ "get_dir_type_validator"
632
+ "get_file_type_validator"
633
+ "CliLoggingOptions",
634
]
0 commit comments