patman: Allow different commands
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:54 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit4806fa30065773e87bd9071bd21e55b1fc4d63b8
treed2cb7c836e049007267706cfef0b9aaf1cf3e69f
parente676fab72943139e322fe43aa8f0548d0e70ded9
patman: Allow different commands

At present patman only does one thing so does not have any comments. We
want to add a few more command, so create a sub-parser for the default
command ('send').

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/main.py