Re: [U-Boot] [PATCH v2 07/31] binman: Convert to use ArgumentParser

2019-07-17 Thread sjg
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 --- Changes in v2: - Don't allow global arguments after the command - F

[U-Boot] [PATCH v2 07/31] binman: Convert to use ArgumentParser

2019-07-08 Thread Simon Glass
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 --- Changes in v2: - Don't allow global arguments after the command - F