Skip to content

Cli Parser#

Mypy_boto3_builder Index / Mypy Boto3 Builder / Cli Parser

Auto-generated documentation for mypy_boto3_builder.cli_parser module.

Namespace#

Show source in cli_parser.py:30

CLI arguments namespace.

Signature#

class Namespace: ...

get_absolute_path#

Show source in cli_parser.py:16

Get absolute path from a string.

Arguments#

  • path - String containing path.

Returns#

Absolute path.

Signature#

def get_absolute_path(path: str) -> Path: ...

parse_args#

Show source in cli_parser.py:47

Parse CLI arguments.

Returns#

Argument parser.

Signature#

def parse_args(args: Sequence[str]) -> Namespace: ...

See also#