Method: Windows::Exec#append_commands

Defined in:
lib/beaker/host/windows/exec.rb

#append_commands(_command = '', user_ac = '', _opts = {}) ⇒ String

Gets the specific append commands as needed for this host

Parameters:

  • command (String)

    Command to be executed

  • user_ac (String) (defaults to: '')

    List of user-specified commands to append

  • opts (Hash)

    optional parameters

Returns:

  • (String)

    Command string as needed for this host



111
112
113
# File 'lib/beaker/host/windows/exec.rb', line 111

def append_commands(_command = '', user_ac = '', _opts = {})
  user_ac
end