commit | 53cd5d921dd76d4651f2c99681a3c050743b6ba1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:29 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:07 2019 -0700 |
tree | d6ce4a3ed807f36dbddd6be073bcb543c34e3968 | |
parent | cf2289435c7e1134c75d9217ef32238aec0ecdbf [diff] |
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>