diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-06-17 09:56:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:38:16 +0100 |
commit | 0997208266686473d23aed0fab58a1fd7c5d8cae (patch) | |
tree | 7c2ed63778a42904d3b6711a8e9eea29ad5e0323 /scripts/wic | |
parent | d4414b45c81ab539f75a7bb16fc6412c30dfc45f (diff) | |
download | openembedded-core-0997208266686473d23aed0fab58a1fd7c5d8cae.tar.gz openembedded-core-0997208266686473d23aed0fab58a1fd7c5d8cae.tar.bz2 openembedded-core-0997208266686473d23aed0fab58a1fd7c5d8cae.zip |
wic: Integrated plugin docstrings into 'wic help plugins' output
Added mechanism to show docstrings of plugin classes as a part of
plugins help page.
For missing plugins the following warning message is shown:
<class '<plugin class spec>'> is missing docstring.
[YOCTO #7118]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index cf968591e2..dda72a9c27 100755 --- a/scripts/wic +++ b/scripts/wic @@ -277,7 +277,7 @@ subcommands = { hlp.wic_list_help], "plugins": [wic_help_topic_subcommand, wic_help_topic_usage, - hlp.wic_plugins_help], + hlp.get_wic_plugins_help()], "overview": [wic_help_topic_subcommand, wic_help_topic_usage, hlp.wic_overview_help], |