]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: Split out arg parsing into its own file
authorSimon Glass <sjg@chromium.org>
Sat, 4 Nov 2023 16:25:20 +0000 (10:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Nov 2023 03:04:00 +0000 (20:04 -0700)
commit18f8830ab95328431a61960b30bfa1755515e8b9
tree379033c36680afc3a7cda3ad1ebaa5fb3740dddf
parentcac91b0b728eca99a1f2216dab5fbe86e6578b65
patman: Split out arg parsing into its own file

Move this code into a separate cmdline module, as is done with the
other tools.

Use the same HAS_TESTS check as buildman

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/__main__.py
tools/patman/cmdline.py [new file with mode: 0644]