Method: Pushapp::CLI#tasks

Defined in:
lib/pushapp/cli.rb

#tasks(*remotes) ⇒ Object



42
43
44
# File 'lib/pushapp/cli.rb', line 42

def tasks(*remotes)
  Pushapp::Commands.run(:tasks, remotes: remotes, options: options)
end