click
Here are 592 public repositories matching this topic...
-
Updated
Jul 4, 2022 - Python
-
Updated
Jun 27, 2022 - Python
-
Updated
Nov 25, 2018 - Java
-
Updated
Mar 2, 2022 - Python
-
Updated
Nov 8, 2021 - Python
-
Updated
Jan 6, 2022 - CSS
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 4, 2022 - C++
-
Updated
Sep 18, 2020 - C++
-
Updated
Feb 7, 2021 - Python
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 5, 2021 - Python
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
May 30, 2022 - Python
-
Updated
Apr 9, 2022 - JavaScript
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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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: