Simplify the main parser by moving subparser code into separate functions. Fix a few pylint warnings while here.
Signed-off-by: Simon Glass <s...@chromium.org> --- tools/patman/cmdline.py | 142 ++++++++++++++++++++++++---------------- 1 file changed, 87 insertions(+), 55 deletions(-) Applied to sjg/master, thanks!