]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[hci] Rename "item" command's first parameter from "label" to "name"
authorMichael Brown <mcb30@ipxe.org>
Tue, 18 Jun 2024 22:17:03 +0000 (15:17 -0700)
committerMichael Brown <mcb30@ipxe.org>
Tue, 18 Jun 2024 22:17:03 +0000 (15:17 -0700)
commit76e0933d781474acf52000cba0afaebe32361667
tree7dd18decf7175080a9e086a583574571efbd192d
parentbf98eae5daeb0b9281562e70fdf3768a629adde8
[hci] Rename "item" command's first parameter from "label" to "name"

Switch terminology for the "item" command from "item <label> <text>"
to "item <name> <text>", in preparation for repurposing the "item"
command to cover interactive forms as well as menus.

Since this renaming affects only a positional parameter, it does not
break compatibility with any existing scripts.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/menu.c
src/hci/commands/menu_cmd.c
src/hci/tui/menu_ui.c
src/include/ipxe/menu.h