module Application

Public Class Methods

run(args) click to toggle source
# File lib/cantemo/portal/agent/cli/commands/watch_folders.rb, line 248
def self.run(args)

end
run_in_foreground(args) click to toggle source
# File lib/cantemo/portal/agent/cli/commands/watch_folders.rb, line 240
def self.run_in_foreground(args)
  Watcher.run(args)
end
run_with_process_manager(args) click to toggle source
# File lib/cantemo/portal/agent/cli/commands/watch_folders.rb, line 244
def self.run_with_process_manager(args)
  Watcher.run_with_process_manager(args)
end

Public Instance Methods

run_in_background(args) click to toggle source
# File lib/cantemo/portal/agent/cli/commands/watch_folders.rb, line 236
def run_in_background(args)

end