2014-12-09 11:28:13 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_DOCOPT
|
|
|
|
bool "python-docopt"
|
|
|
|
help
|
|
|
|
docopt helps you create most beautiful command-line
|
2015-04-23 00:14:34 +02:00
|
|
|
interfaces easily. The option parser is generated based on
|
2014-12-09 11:28:13 +01:00
|
|
|
the beautiful help message that you write yourself. This way
|
|
|
|
you don't need to write this stupid repeatable parser-code,
|
|
|
|
and instead can write only the help message-- the way you
|
|
|
|
want it.
|
|
|
|
|
|
|
|
https://github.com/docopt/docopt
|