From 05873b432686fd584a07e98d37d4eb0cc5104da1 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Wed, 9 Apr 2025 07:48:16 -0500 Subject: Remodel WMI module; Update TODO; Update deps --- internal/exec/exec.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/exec/exec.go') diff --git a/internal/exec/exec.go b/internal/exec/exec.go index f3fe7ae..db83d91 100644 --- a/internal/exec/exec.go +++ b/internal/exec/exec.go @@ -28,8 +28,7 @@ type ExecutionConfig struct { ExecutionMethod string // ExecutionMethod represents the specific execution strategy used by the module. ExecutionMethodConfig interface{} - //ExecutionOutput string // not implemented - //ExecutionOutputConfig interface{} // not implemented + ReturnOutput bool } type ShellConfig struct { -- cgit v1.2.3