Class: Devup::CLI::Commands::Up

Inherits:
Command
  • Object
show all
Defined in:
lib/devup/cli/commands/up.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



10
11
12
13
14
15
# File 'lib/devup/cli/commands/up.rb', line 10

def call(**options)
  super

  devup.up
  print_info
end