module EacRubyUtils::Envs::Command::Concat

def append_concat(command)

def append_concat(command)
  extra_options[:concat].if_present(command) do |v|
    "#{command} #{v.operator} #{v.command.command}"
  end
end