10 11 12 13 14
# File 'lib/textus/surface/cli/verb/watch.rb', line 10 def call(store) watcher = Textus::Surface::Watcher.new(container: store.container) watcher.run(poll: poll&.to_f) 0 end