summaryrefslogtreecommitdiff
path: root/internal/clients/args.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-02-26 11:11:07 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-02-26 11:11:07 +0000
commit3cdc86e20cbd311fb9c85cef63876a2f39e5e74d (patch)
tree9cb50347900ff1ba4dc6a7b6e4766ebd951c2c58 /internal/clients/args.go
parent6e176034306026b922c1df4231a1807f36cbe460 (diff)
can list remote jobs and can also pass outer args to scripts
Diffstat (limited to 'internal/clients/args.go')
-rw-r--r--internal/clients/args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/clients/args.go b/internal/clients/args.go
index 4f3c86a..b4852d4 100644
--- a/internal/clients/args.go
+++ b/internal/clients/args.go
@@ -12,6 +12,7 @@ type Args struct {
ServersStr string
UserName string
What string
+ Arguments []string
Regex string
TrustAllHosts bool
Discovery string