caf.toolkit.arguments#
Functionality for handling command-line arguments.
Functions
|
Get environment variable and converts to a boolean. |
|
Attempt to get argument type from annotation text. |
Classes
|
Base class for defining command-line arguments from pydantic.BaseModel. |
Format usage text to remove optional arguments and just have '[options]'. |
Exceptions
Warning for issues parsing type annotations for CLI arguments. |