dtyper icon indicating copy to clipboard operation
dtyper copied to clipboard

🗝 Fix and improve `typer` 🗝

Results 2 dtyper issues
Sort by recently updated
recently updated
newest added

Pyright currently complains when using dtyper as a drop-in replacement that `@app.command` decorators are missing `self` as parameter. ``` error: Type of "command" is partially unknown   Type of "command" is...

None of the generated attributes are recognized with `mypy`, leading to mypy errors like ``` error: "Recording" has no attribute "device_names" [attr-defined] ```

bug