-
-
Notifications
You must be signed in to change notification settings - Fork 672
fastapi typer Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
Discussions
-
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 I want to add the command "help" to my CLI (as a command and not an option)
questionQuestion or problem -
You must be logged in to vote 🙏 After upgrading from 0.11 to 0.12 I get "AttributeError: module 'typer' has no attribute 'Typer'"
questionQuestion or problem repo / installInstallation issues or improvements -
You must be logged in to vote 🙏 Rich markup in generated Markdown docs
featureNew feature, enhancement or request -
You must be logged in to vote 🙏 Allow for Type Unions for Lists (RuntimeError: Type not yet supported: int | str)
featureNew feature, enhancement or request -
You must be logged in to vote 🙏 Flit doesn't install rich by default
questionQuestion or problem repo / installInstallation issues or improvements -
You must be logged in to vote 🙏 How to overide db for testing CLI commands
questionQuestion or problem -
You must be logged in to vote 🙏 Make shell completion instruction format Click 8.x and Click 7.x compatible?
questionQuestion or problem -
You must be logged in to vote 🙏 File and Path completions mostly broken in bash
bugSomething isn't working shell / bash -
You must be logged in to vote 🙏 Validating combinations of Options
questionQuestion or problem -
You must be logged in to vote 🙏 typer documentation as markdown
questionQuestion or problem -
You must be logged in to vote 🙏 Annotated
in Typer v0.9.0 is broken withfrom __future__ import annotations
Something isn't working -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 Document how to provide a negative number as an argument
questionQuestion or problem -
You must be logged in to vote 🙏 Minor regression introduced in help functionality in
bugtyper==0.12.2
Something isn't working -
You must be logged in to vote 🙏 Trying to make a menu system with Typer
questionQuestion or problem -
You must be logged in to vote 🙏 Replace flit with a packaging solution that supports editable installs
questionQuestion or problem -
You must be logged in to vote 🙏 A feature that allows options group reuse across multiple cli's
featureNew feature, enhancement or request -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 Enum Arguments/Options with custom click_type are always None
questionQuestion or problem -
You must be logged in to vote 🙏 Typer command in a python wrapper script
questionQuestion or problem -
You must be logged in to vote 🙏 Support for localization of messages
questionQuestion or problem -
You must be logged in to vote 🙏 Typer expects default value for CustomClass as string instead of class itself, which breaks typing and breaks using this function without typer
questionQuestion or problem typesType hints and type checking