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
I'm executing remote commands through a Session using Session::command()
But I don't find a way to set the current directory for a given command. Even the cd command does not keep the directory changed for subsequent commands.
I am looking for something like std::process::Command::current_dir() method.