commit | d9c1da27351e5eed6c4b4601eb73829ea3657af8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 14:54:31 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 17:36:29 2022 -0500 |
tree | 1aa1caeee5a050d5c7d165eeee0d7e9e6697e219 | |
parent | dc634d9cb18f0f280a4e939621397b75c8246463 [diff] |
moveconfig: Convert to ArgumentParser This is a newer library and is now preferred for Python scripts. Update the code to use it instead of optparse Use 'args' instead of 'options' throughout, since this is the term used in that module. Also it helps to avoid confusion with CONFIG options, a term that is used in this file. Signed-off-by: Simon Glass <sjg@chromium.org>