f6e5b75440
A library for automatically generating command line interfaces. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
config BR2_PACKAGE_PYTHON_FIRE
|
|
bool "python-fire"
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
A library for automatically generating command line
|
|
interfaces.
|
|
|
|
https://github.com/google/python-fire
|