I ran into a use case where I need to do the equivalent of `sudo -g <group> <cmd>` on a server. Fabric's `sudo` operation doesn't support that.
I ran into a use case where I need to do the equivalent of
sudo -g <group> <cmd>on a server. Fabric'ssudooperation doesn't support that.