-
- Downloads
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>
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .travis.yml 1 addition, 1 deletion.travis.yml
- Makefile 2 additions, 2 deletionsMakefile
- test/run 2 additions, 2 deletionstest/run
- tools/binman/README 4 additions, 4 deletionstools/binman/README
- tools/binman/binman.py 24 additions, 23 deletionstools/binman/binman.py
- tools/binman/cmdline.py 45 additions, 37 deletionstools/binman/cmdline.py
- tools/binman/control.py 25 additions, 26 deletionstools/binman/control.py
- tools/binman/ftest.py 27 additions, 39 deletionstools/binman/ftest.py
- tools/patman/test_util.py 3 additions, 2 deletionstools/patman/test_util.py
Loading
Please register or sign in to comment