gadostal-swordfish

Results 3 issues of gadostal-swordfish

### Describe the bug For an option that is of Tuple type and set to required with `...`, a TypeError occurs when no value passed in the command line. ###...

bug

### Describe the bug For typer.Argument, the type hint for show_default is this: show_default: Union[bool, str] = True, for typer.Option, the type hint is this: show_default: bool = True, For...

bug

Template is here ``` def __init__(self, data=None, **kwargs): """Initialization for the {{Name}} object. It can be initialized with an object, or by passing each object property as a keyword argument....