mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 01:30:59 +01:00
9 lines
261 B
Plaintext
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/
|