Skip to content

Commit b1ee362

Browse files
committed
Add expected exports to CLI
Oops
1 parent e870908 commit b1ee362

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/relic/core/cli.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,15 @@ def _create_parser(
620620

621621
__all__ = [
622622
"RelicArgParserError", # Should move to relic.core.errors in next major
623-
# Should move to relic.core.errors in next major
624623
"CLI",
625624
"CliPlugin",
626625
"CliPluginGroup",
627626
"CliEntrypoint",
628627
"RelicCli",
628+
"LogSetupOptions"
629+
"RelicArgParser"
630+
"get_path_validator"
631+
"get_dir_type_validator"
632+
"get_file_type_validator"
633+
"CliLoggingOptions",
629634
]

0 commit comments

Comments
 (0)