binman: Convert to use ArgumentParser
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:29 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:07 +0000 (12:54 -0700)
commit53cd5d921dd76d4651f2c99681a3c050743b6ba1
treed6ce4a3ed807f36dbddd6be073bcb543c34e3968
parentcf2289435c7e1134c75d9217ef32238aec0ecdbf
binman: Convert to use ArgumentParser

This class is the new way to handle arguments in Python. Convert binman
over to use it. At the same time, introduce commands so that we can
separate out the different parts of binman functionality.

Signed-off-by: Simon Glass <sjg@chromium.org>
.gitlab-ci.yml
.travis.yml
Makefile
test/run
tools/binman/README
tools/binman/binman.py
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/ftest.py
tools/patman/test_util.py