class EacRubyUtils::Envs::CompositeCommand

def command_line_without_env(_options = {})

Returns:
  • (String) -
def command_line_without_env(_options = {})
  ::Shellwords.join(['bash', '-c', bash_command])
end