Method: Nehm::ConfigureCommand#execute

Defined in:
lib/nehm/commands/configure_command.rb

#executeObject



4
5
6
7
8
9
10
11
# File 'lib/nehm/commands/configure_command.rb', line 4

def execute
  loop do
    show_info
    UI.newline
    show_menu
    UI.sleep
  end
end