From ccef329bcdb90809cfd5b99ae646c397ee3c13ae Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Tue, 22 Apr 2025 15:49:46 -0500 Subject: Fixed proxy w/ EPM, fixed TSCH with ncacn_np --- cmd/args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/args.go b/cmd/args.go index 51b490f..9568395 100644 --- a/cmd/args.go +++ b/cmd/args.go @@ -46,7 +46,7 @@ func registerExecutionFlags(fs *pflag.FlagSet) { func registerExecutionOutputFlags(fs *pflag.FlagSet) { fs.StringVarP(&outputPath, "out", "o", "", `Fetch execution output to file or "-" for standard output`) fs.StringVarP(&outputMethod, "out-method", "m", "smb", "Method to fetch execution output") - fs.StringVar(&exec.Output.RemotePath, "out-remote", "", "Location to temporarily store output on remote filesystem") + //fs.StringVar(&exec.Output.RemotePath, "out-remote", "", "Location to temporarily store output on remote filesystem") fs.BoolVar(&exec.Output.NoDelete, "no-delete-out", false, "Preserve output file on remote filesystem") } -- cgit v1.2.3