Method: Pushapp::CLI#setup

Defined in:
lib/pushapp/cli.rb

#setup(*remotes) ⇒ Object



20
21
22
# File 'lib/pushapp/cli.rb', line 20

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