From 3cdc86e20cbd311fb9c85cef63876a2f39e5e74d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 26 Feb 2020 11:11:07 +0000 Subject: can list remote jobs and can also pass outer args to scripts --- internal/clients/args.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/clients/args.go') 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 -- cgit v1.2.3