-
Updated
Nov 1, 2020 - Python
click
Here are 411 public repositories matching this topic...
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 25, 2018 - Java
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Sep 18, 2020 - C++
-
Updated
Jul 23, 2020 - Python
-
Updated
Oct 23, 2020 - CSS
-
Updated
Nov 12, 2019 - Python
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Nov 2, 2020 - Python
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 27, 2020 - C++
-
Updated
Aug 3, 2020 - TypeScript
-
Updated
Aug 22, 2020 - Python
-
Updated
Jan 8, 2020 - PHP
-
Updated
Sep 30, 2020 - Python
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: