1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add python-click-default-group package as OSM dependency

This commit is contained in:
j1nx
2021-08-14 12:06:53 +02:00
parent b630005d23
commit 3bd693ffad
5 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_CLICK_DEFAULT_GROUP
bool "python-click-default-group"
select BR2_PACKAGE_PYTHON_CLICK # runtime
help
Extends click.Group to invoke a command without explicit
subcommand name.
https://github.com/sublee/click-default-group/