Closed sTeeLM closed 4 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" {
}
请问我可以把这个commit合并到我的repo这边吗?
当然可以的, 抱歉暂时有一些bug,刚修好,已经提交了pr
有bug,先撤回了
用 --help 是不是不太好,和显示命令帮助冲突了。要不换成 --help-msg?
--help
--help-msg
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" {
}