patman: Update defaults in subparsers
authorSimon Glass <sjg@chromium.org>
Tue, 3 Nov 2020 20:54:13 +0000 (13:54 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 14 Nov 2020 22:23:41 +0000 (15:23 -0700)
commit3145b63513552fc77f6584a89baf0966617eeadf
tree51e8ca4eefc749d59b5d2d741f935fdf2024b3f3
parent53336e6ca8ca82124857cb56b5e2c89c08774e51
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>
tools/patman/settings.py