diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-09 07:48:16 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-09 07:48:16 -0500 |
commit | 05873b432686fd584a07e98d37d4eb0cc5104da1 (patch) | |
tree | 7d4f73b83cc0876a0b29044d30d32f5a38385a00 /internal/exec/exec.go | |
parent | d417d3d4185725967c9333f59942ee348248f2b2 (diff) | |
download | goexec-05873b432686fd584a07e98d37d4eb0cc5104da1.tar.gz goexec-05873b432686fd584a07e98d37d4eb0cc5104da1.zip |
Remodel WMI module; Update TODO; Update deps
Diffstat (limited to 'internal/exec/exec.go')
-rw-r--r-- | internal/exec/exec.go | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |