-
Updated
Nov 26, 2020 - Python
click
Here are 418 public repositories matching this topic...
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 25, 2018 - Java
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Sep 18, 2020 - C++
-
Updated
Jul 23, 2020 - Python
-
Updated
Oct 23, 2020 - CSS
-
Updated
Nov 12, 2019 - Python
-
Updated
Nov 2, 2020 - Python
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 29, 2020 - C++
-
Updated
Aug 3, 2020 - TypeScript
-
Updated
Nov 12, 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: