
Dear Ilias,
In message YCPJU0hIUTayLuhw@apalos.home you wrote:
The efidebug for boot options wasn't introduced that long ago and I don't think anyone uses it in production. If someone would want to have it backwards compatible, please shout and we'll see what we can do, but I'd strongly prefer replacing it overall. If we truly want backwards compatibility though we must keep efidebug, changing the name to something like 'efi debug' just for the name similarity wouldn't help much as it would break things regardless.
In this case, "debug" would just be a sub-command of the "efi" command, with more sub-commands under efi (like bootmgr or such) following, same as we did for example with "env" (where many commands maintain backward compatibility, but here this was necessary because these have been in use forever):
env print -> printenv env save -> saveenv env set -> setenv
etc.
Maybe a similar approach makes sense for "efi" (with or without backward compatibility, as you like - after all, this is just a little name space pollution ;-) :
efi: efi debug efi bootmgr efi ...
Best regards,
Wolfgang Denk