From 4a200606e6186b8457b336d07a7eef01f8929b9e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 4 Sep 2020 14:42:38 +0300 Subject: server side support for new regex package --- internal/clients/args.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/clients/args.go') diff --git a/internal/clients/args.go b/internal/clients/args.go index 1145a4b..34fcfa2 100644 --- a/internal/clients/args.go +++ b/internal/clients/args.go @@ -13,7 +13,8 @@ type Args struct { UserName string What string Arguments []string - Regex string + RegexStr string + RegexInvert bool TrustAllHosts bool Discovery string ConnectionsPerCPU int -- cgit v1.2.3