chore: change command timeout flag (#92)

* chore: change command timeout flag

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* docs: update setting

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* doc: update readme.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-03-07 13:56:40 +08:00
committed by GitHub
parent be0d85245a
commit 15bd1a11e4
7 changed files with 65 additions and 29 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ type (
Key string
KeyPath string
Timeout time.Duration
CommandTimeout int
CommandTimeout time.Duration
Target []string
Source []string
Remove bool