Most of the arguments for the main parser are actually arguments for the 'send' parser. Move them there, in a separate function.
Fix a pylint warning for -D and the imports while here. Signed-off-by: Simon Glass <s...@chromium.org> --- tools/patman/cmdline.py | 124 +++++++++++++++++++++++----------------- 1 file changed, 72 insertions(+), 52 deletions(-) Applied to sjg/master, thanks!