Re: [PATCH 14/20] patman: Split parser creation from parsing

2025-05-23 Thread Simon Glass
Tests may want to parse their own arguments. Refactor the parser code to support this and allow settings to receive arguments as well. Signed-off-by: Simon Glass --- tools/patman/cmdline.py | 32 +--- tools/patman/settings.py | 28 ++---

[PATCH 14/20] patman: Split parser creation from parsing

2025-05-08 Thread Simon Glass
Tests may want to parse their own arguments. Refactor the parser code to support this and allow settings to receive arguments as well. Signed-off-by: Simon Glass --- tools/patman/cmdline.py | 32 +--- tools/patman/settings.py | 28 ++---