Skip to content

Add a hostname in SSHKit.run's return tuple.  #132

@seungjin

Description

@seungjin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions