Method: CLI#init

Defined in:
lib/asker/cli.rb

#initObject



22
23
24
25
# File 'lib/asker/cli.rb', line 22

def init
  Asker.init
  exit 0
end