commit | 9bb0a8dde6c84d30cc0536972b02680d676c2b41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 03 13:54:13 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 14 15:23:41 2020 -0700 |
tree | 51e8ca4eefc749d59b5d2d741f935fdf2024b3f3 | |
parent | 718f1a8ec0e29ccdebc0d29e7755411bce0dca6e [diff] |
patman: Update defaults in subparsers At present values from the settings file are only applied to the main parser. With the new parser structure this means that some settings are ignored. Update the implementation to set defaults across the main parser and all subparsers. Also fix up the comments, since ArgumentParser is being used now. Signed-off-by: Simon Glass <sjg@chromium.org>