Method: Miu::CLI#terminate

Defined in:
lib/miu/cli.rb

#terminate(*args) ⇒ Object



86
87
88
89
# File 'lib/miu/cli.rb', line 86

def terminate(*args)
  args.unshift 'terminate'
  run_god *args
end