summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mixlib/shellout.rb')
-rw-r--r--lib/mixlib/shellout.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb
index 9906372..94ea6c9 100644
--- a/lib/mixlib/shellout.rb
+++ b/lib/mixlib/shellout.rb
@@ -55,6 +55,11 @@ module Mixlib
# the command's output will be echoed to STDOUT.
attr_accessor :live_stream
+ # ShellOut will push data from :input down the stdin of the subprocss.
+ # Normally set via options passed to new.
+ # Default: nil
+ attr_accessor :input
+
# If a logger is set, ShellOut will log a message before it executes the
# command.
attr_accessor :logger