Class: Textus::Surface::CLI::Verb::Watch

Inherits:
Verb
  • Object
show all
Defined in:
lib/textus/surface/cli/verb/watch.rb

Instance Method Summary collapse

Instance Method Details

#call(store) ⇒ Object



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