require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class Clear < AgentAction def command(opts = {}) "sync:clear -y" end end end end end