SshRemoteCmd.toCmd

struct SshRemoteCmd
string[]
toCmd
@safe pure const
(
RemoteSubCmd subCmd
,
string addr
,
string path
)

Return Value

Type: string[]

a cmd to execute with std.process.

Meta