giovanism / tsudo

Tsundere wrapper for sudo command.
Do What The F*ck You Want To Public License
8 stars 5 forks source link

Missing output after a line break #3

Open giovanism opened 6 years ago

giovanism commented 6 years ago
giovanism@akashicazure18:~> sudo zypper dup --no-recommends 
[sudo] password for giovanism: 
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Loading repository data...
Reading installed packages...
Computing distribution upgrade...

Nothing to do.
giovanism@akashicazure18:~> t!!
giovanism@akashicazure18:~> tsudo zypper dup --no-recommends
[sudo] password for giovanism: 
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Loading repository data...
Reading installed packages...
Computing distribution upgrade...
gagahpangeran commented 4 years ago

May I work on this issue?

giovanism commented 4 years ago

Any contribution is welcome!

Some pointers, you can look up to these two lines: https://github.com/giovanism/tsudo/blob/613f5be589d38c47e1b1f640086bd2b20fe73058/tsudo/tsudo.py#L36 https://github.com/giovanism/tsudo/blob/613f5be589d38c47e1b1f640086bd2b20fe73058/tsudo/tsudo.py#L52

I hope you can learn about sudo through this issue :wink:. Good Luck!