abra app move hangs, probably non-passwordless sudo?
#801
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I suspect this is because
sudorequires a password onserver.one.If this is an unavoidable limitation, maybe let's document in the
-houtput?Hmmmmm yes, that does like sound like a
sudointeractive prompt hang? It is documented but is there actually instead a way to test this up front and bail out? I'm not sure. More CAPSLOCK in the sub-command docs and/or a warning output when running the command? I'm open to whatever people feel is proportional 😛If passwordless sudo is required (and it seems to be) then I would humbly say that should be added to the
-houtput, I have '"sudo" permissions' (from the existing-h) on both servers… but not passwordless.