]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Split subparsers into their own functions
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 04:09:46 +0000 (06:09 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit828e84ac37f5558fd5a61cb1803e219203cfa6b0
tree8b8c2c2933daf7c688653d701a50be2717bcefe1
parentb77a42bc75cef75b2ba6a494c167105f7d191817
patman: Split subparsers into their own functions

Simplify the main parser by moving subparser code into separate
functions. Fix a few pylint warnings while here.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/cmdline.py