Sha256: 8f5c36d14c6c2b40febee9f672ca57cd8fa0af402d9603554e1ed15414e88eae
Contents?: true
Size: 300 Bytes
Versions: 13
Compression:
Stored size: 300 Bytes
Contents
require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class Reset < AgentAction def command(opts = {}) arg = get_tables(opts) "sync:reset -y --force --include-unregistered %s" % [arg] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems