typer/docs_src
Sebastián Ramírez 58522bf0fc
📝 Update docs examples for custom param types using Annotated, fix overloads for typer.Argument (#594)
* 📝 Add source examples for custom parameter types with Annotated

*  Add tests for custom parameters with Annotated

* 📝 Update docs for custom parameters with Annotated

* ♻️ Fix overloads default in Argument after Annotated

*  Fix test for custom param types
2023-05-01 22:02:57 -07:00
..
app_dir Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
arguments Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
commands Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
exceptions Refactor and document handling pretty exceptions (#422) 2022-07-12 21:06:51 +02:00
first_steps Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
launch Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
multiple_values Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
options Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
options_autocompletion Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
parameter_types 📝 Update docs examples for custom param types using Annotated, fix overloads for typer.Argument (#594) 2023-05-01 22:02:57 -07:00
printing Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
progressbar 📝 Add docs for using Rich with Typer (#421) 2022-07-12 18:38:50 +00:00
prompt 📝 Add docs for using Rich with Typer (#421) 2022-07-12 18:38:50 +00:00
subcommands Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
terminating Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
testing Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
using_click Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00