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) (defaults to: '')

    Command to be executed

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

    List of user-specified commands to append

  • opts (Hash) (defaults to: {})

    optional parameters

Returns:

  • (String)

    Command string as needed for this host



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

def append_commands(command = '', user_ac = '', opts = {})
  user_ac
end