]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Support aliases for commands and subcommands
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:13 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:43 +0000 (10:07 +0100)
commitd6c3f4587889a84f38a90776edaed6e7baa71475
tree9e0627b467f8036d65d5ebfad2fba5f461c2739d
parent3f2b3f96e84ac7b65d2dd46296c0732ddcdd86ff
patman: Support aliases for commands and subcommands

It is laborious to type long commands, so add some aliases to speed up
use of patman. For now, allow 'pw' for patchwork and 'st' for status.

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