click
Here are 399 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Python
-
Updated
Nov 25, 2018 - Java
-
Updated
Oct 8, 2020 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Sep 18, 2020 - C++
-
Updated
Jul 23, 2020 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
Apr 15, 2020 - CSS
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 7, 2020 - C++
-
Updated
Aug 3, 2020 - TypeScript
-
Updated
Aug 22, 2020 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Jan 8, 2020 - PHP
Improve this page
Add a description, image, and links to the click topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the click topic, visit your repo's landing page and select "manage topics."
Describe the bug
The function
typer.main.get_groupis annotated as returning aclick.Commandwhich isn't wrong because aclick.Groupis aclick.Command, but means I have to cast to group when trying to integrate with existing Click applications.To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario: