feat: export KeyValueAction from argparse package
This commit is contained in:
parent
8077a64f7b
commit
e12d65f53c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
"""Utilities for building composable CLIs from command dataclasses."""
|
"""Utilities for building composable CLIs from command dataclasses."""
|
||||||
|
|
||||||
|
from byteb4rb1e.utils.argparse.actions import KeyValueAction
|
||||||
from byteb4rb1e.utils.argparse.command import CLICommand
|
from byteb4rb1e.utils.argparse.command import CLICommand
|
||||||
from byteb4rb1e.utils.argparse.dispatcher import CLI
|
from byteb4rb1e.utils.argparse.dispatcher import CLI
|
||||||
|
|
||||||
__all__ = ["CLI", "CLICommand"]
|
__all__ = ["CLI", "CLICommand", "KeyValueAction"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue