class Docksync::CLI
Public Instance Methods
rsync(cid)
click to toggle source
# File lib/docksync/cli.rb, line 13 def rsync(cid) Rsync.new(options.merge(:cid => cid)).run end
watch(cid)
click to toggle source
# File lib/docksync/cli.rb, line 19 def watch(cid) Watch.new(options.merge(:cid => cid)).run end