Re: [PATCH 4/7] patman: Update defaults in subparsers

2020-11-15 Thread Simon Glass
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 n

[PATCH 4/7] patman: Update defaults in subparsers

2020-11-03 Thread Simon Glass
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 n