a1ive / grub

Fork of GRUB 2 to add various features.
GNU General Public License v3.0
138 stars 38 forks source link

help message support for gfxmenu #83

Closed sTeeLM closed 3 years ago

sTeeLM commented 3 years ago

help message support like "TEXT HELP" in syslinux. just create a label with id '__help__', put it in theme and add some help text in "menuentry" or "submenu" command

menuentry "blabla" --help "foofoo" {

}

sTeeLM commented 3 years ago

请问我可以把这个commit合并到我的repo这边吗?

当然可以的, 抱歉暂时有一些bug,刚修好,已经提交了pr

sTeeLM commented 3 years ago

有bug,先撤回了

a1ive commented 3 years ago

--help 是不是不太好,和显示命令帮助冲突了。要不换成 --help-msg?