From 0997208266686473d23aed0fab58a1fd7c5d8cae Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 17 Jun 2015 09:56:44 +0300 Subject: 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: '> is missing docstring. [YOCTO #7118] Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- scripts/wic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/wic') 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], -- cgit v1.2.3