typer/docs/tutorial
Ryan Miller Galamb 458a492ed9
Add support for PEP-593 Annotated for specifying options and arguments (#584)
*  Add support for PEP-593 `Annotated` for specifying options and arguments

Implements #184

* Revert things I did to get a 3.6 virtualenv 😅

A lot of the dev dependency packages weren't installable on 3.6, so I
had to remove them from the pyproject.toml.

This commit adds them back

* Fix mypy/lint errors

* Skip coverage on test lines that shouldn't execute

* Missed a spot

* ♻️ Tweak examples and tests with Annotated, add extra examples and tests

* 🔥 Remove Pydantic-specific logic from _typing.py

* 📝 Update docs to use new Annotated examples

* 📝 Add docs introducing Annotated and previous versions

* 🔧 Add commented out MkDocs config for highlighting docs examples

*  Fix tests for Click 7

---------

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-05-01 21:19:19 -07: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
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
parameter-types Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
subcommands
app-dir.md
exceptions.md Refactor and document handling pretty exceptions (#422) 2022-07-12 21:06:51 +02:00
first-steps.md ✏ Update first-steps.md, clarify distinction between parameter and argument (#176) 2022-07-17 08:15:44 +00:00
index.md Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
launch.md
options-autocompletion.md Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
package.md ✏️ Add quotes to package name that includes brackets in docs (#475) 2022-11-06 15:12:01 +00:00
printing.md Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
progressbar.md 📝 Add docs for using Rich with Typer (#421) 2022-07-12 18:38:50 +00:00
prompt.md 📝 Add docs for using Rich with Typer (#421) 2022-07-12 18:38:50 +00:00
terminating.md
testing.md Add support for PEP-593 Annotated for specifying options and arguments (#584) 2023-05-01 21:19:19 -07:00
using-click.md