summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-03-24 21:54:29 +0200
committerLars Wirzenius <liw@liw.fi>2015-03-24 21:54:29 +0200
commit6d7daee29388fb3520cd70ed3cf0a4c085f80f69 (patch)
tree21f5a1a61c7743767f4e99cb7bff2ad04c0646a9 /NEWS
parent891931ae14b8acac72d49e6323eb3727458266a4 (diff)
downloadcliapp-6d7daee29388fb3520cd70ed3cf0a4c085f80f69.tar.gz
Add ssh_runcmd(..., remote_cwd='...'))
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7c1e324..7de119c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,13 @@ Version 1.UNRELEASED
------------------
* Lars Wirzenius added the `ssh_options` keyword argument to
- `cliapp.ssh_runcmd`.
+ `cliapp.ssh_runcmd` to allow adding command line options to the ssh
+ program.
+
+* Lars Wirzenius added the `remote_cwd` keyword argument to
+ `cliapp.ssh_runcmd` to allow the caller to easily change to a
+ directory on the server.
+
Version 1.20150305
------------------