You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,12 +68,15 @@ It uses decorators on top of functions to modify the actual value of those funct
56
68
57
69
It was built with some great ideas and design using the features available in the language at the time (Python 2.x).
58
70
59
-
!!! check "**Typer** uses it for"
60
-
Everything. 🚀
71
+
/// check | **Typer** uses it for
72
+
73
+
Everything. 🚀
61
74
62
-
**Typer** mainly adds a layer on top of Click, making the code simpler and easier to use, with autocompletion everywhere, etc, but providing all the powerful features of Click underneath.
75
+
**Typer** mainly adds a layer on top of Click, making the code simpler and easier to use, with autocompletion everywhere, etc, but providing all the powerful features of Click underneath.
63
76
64
-
As someone pointed out: <em><a href="https://twitter.com/fishnets88/status/1210126833745838080" class="external-link" target="_blank">"Nice to see it is built on Click but adds the type stuff. Me gusta!"</a></em>
77
+
As someone pointed out: <em><ahref="https://twitter.com/fishnets88/status/1210126833745838080"class="external-link"target="_blank">"Nice to see it is built on Click but adds the type stuff. Me gusta!"</a></em>
@@ -71,8 +86,11 @@ Previous versions of **Typer** had deep integrations with `click-completion` and
71
86
72
87
And now **Typer** improved it to have new features, tests, some bug fixes (for issues in plain `click-completion` and Click), and better support for shells, including modern versions of PowerShell (e.g. the default versions that come with Windows 10).
0 commit comments