aboutsummaryrefslogtreecommitdiff
path: root/internal/exec/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exec/exec.go')
-rw-r--r--internal/exec/exec.go3
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 {