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>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commitc4e79029e2aba29b769c9ddc6967a09cd7f5d61d
tree6c8e6fb56ddfe694c2ce93a388b56ca204435e03
parentfda1e372d35dc956317923f5057c3ac83be7f571
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