On 05.03.2012 12:51, Andreas Vogel wrote:
Am 05.03.2012 01:34, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
On 05.03.2012 01:20, Andreas Vogel wrote:
Am 05.03.2012 01:03, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
options? Any special reason?
2) Why do you refuse to allow short options for all of the menuentry
Because it shares the space with options to menuentry.
Don't understand what you mean. What is shared?
menuentry "title" hello {
    echo $1; sleep 10
}
I'm really sorry, but i still don't understand.... and I'd really like
to understand it.

Why is it OK for the menuentry command to accept long options but not OK
to accept short options? What is the difference here handling long
options opposed to handling short options?
The menuentry itself might want to define options on its own. Space of long options is large enough to easily avoid conflicts but the space of short ones isn't.






--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to