1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00
Files
OpenVoiceOS/buildroot-external/package/python-click-default-group/Config.in

9 lines
261 B
Plaintext

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/