You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add a hostname in SSHKit's return tuple.
Currently SSHKit.run returns {:ok, output, exit_code}. https://hexdocs.pm/sshkit/SSHKit.SSH.html#run/3
This is not going to be easy to see its output without hostname when we run SSHKit.run with :parallel.
Something like {:ok, hostname, output, exit_code} will be very helpful.