Re: [OE-core] [OE-Core][PATCH 1/1] wic: argparse now used for help functionality.

2018-01-22 Thread Richard Purdie
On Thu, 2018-01-18 at 07:42 -0800, anelliot wrote: > The wic help output formally consisted of manually created strings > mixed with argparse, > which wasunformatted and unusable. This fix cleans up the help > messages, rewrites help > functionality to use argparse, and adds functionality to show

[OE-core] [OE-Core][PATCH 1/1] wic: argparse now used for help functionality.

2018-01-18 Thread anelliot
The wic help output formally consisted of manually created strings mixed with argparse, which wasunformatted and unusable. This fix cleans up the help messages, rewrites help functionality to use argparse, and adds functionality to show information for plugins (similar to canned images). Fixes