class Raykit::Command

def details_on_failure

def details_on_failure
  if @exitstatus != 0
    details
  end
  self
end