generic-poky/scripts/lib
Christopher Larson 3e79d54523 scripts/lib/argparse_oe: show subparser help for unrecognized args
As an example, `recipetool create foo bar baz` shows `recipetool: error:
unrecognized arguments: bar baz` and then displays the main help, not the help
for the create command. Fix by saving the subparser name and using it in
parse_args() to look up the subparser.

(From OE-Core rev: 7fdaaedf4c63c8d019f03f84e22f9b838ef19aa6)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-06 10:31:13 +01:00
..
bsp scripts/lib/bsp/help.py: Typo in help for yocto-bsp create 2016-04-05 14:33:58 +01:00
devtool devtool: sdk-update: fix handling of UNINATIVE_CHECKSUM changes 2016-04-19 21:11:24 +01:00
recipetool recipetool.newappend: fix syntax error for 'not path_ok' error 2016-04-29 07:41:43 +01:00
wic wic: use sparse_copy to preserve sparseness 2016-05-06 10:31:13 +01:00
argparse_oe.py scripts/lib/argparse_oe: show subparser help for unrecognized args 2016-05-06 10:31:13 +01:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py devtool / recipetool: use common code for launching editor 2016-02-21 09:32:42 +00:00