Add doas, pkexec and kdesu as sudo alternatives#281
Add doas, pkexec and kdesu as sudo alternatives#281Aleksanaa wants to merge 2 commits intoakinomyoga:masterfrom Aleksanaa:master
Conversation
Thanks! Hmm, there seem to be also Actually the code that this PR changes is used to detect the use of
But the suggested change in this PR is unrelated to the completion, so this PR does not solve the problem of completion that you are now facing with. Actually, ble.sh is inresponsible for the completion settings for each command. ble.sh just uses the completion settings set up by users or by another framework such as The |
|
In that case I'll track the issue there. Sorry to bother! |
|
It seems there are also a discussion in the upstream OpenDoas in Duncaen/OpenDoas#62, and a PR Duncaen/OpenDoas#84. |
These three have the same functionalities as sudo does, so they should be treated equally. For example, currently completion works for commands after sudo but not doas.
I'm not pretty sure if the changes are complete though.