aws_encryption_sdk_cli.internal.arg_parsing
Helper functions for parsing and processing input arguments.
Functions
|
Translates an input value in various 'truthy' or 'falsy' forms into a boolean. |
|
Handles argparse to collect the needed input values. |
Classes
|
|
|
Defines the possible values for a commitment policy |
|
argparse action that requires that arguments cannot be repeated. |
- aws_encryption_sdk_cli.internal.arg_parsing.parse_args(raw_args: Optional[List[str]] = None) argparse.Namespace
Handles argparse to collect the needed input values.
- Parameters
raw_args (list) – List of arguments
- Returns
parsed arguments
- Return type