fastapi / typer

Typer, build great CLIs. Easy to code. Based on Python type hints.
https://typer.tiangolo.com/
MIT License
15.66k stars 666 forks source link

🗑️ Deprecate support for `is_flag` and `flag_value` parameters #987

Open svlandeg opened 1 month ago

svlandeg commented 1 month ago

Fixes #986

These parameters weren't actually functional (cf. https://github.com/fastapi/typer/discussions/873) and they weren't documented, so I don't think this should be breaking. But it's always difficult to say - users could be relying on unspecified internals... 🫤