module EacRubyUtils::Envs::Command::Concat

def concat(operator, other_command)

def concat(operator, other_command)
  duplicate_by_extra_options(concat: ::EacRubyUtils::Struct.new(
    operator: operator, command: other_command
  ))
end