Class: Gitloggl::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/gitloggl/cli.rb

Instance Method Summary collapse

Instance Method Details



10
11
12
13
14
# File 'lib/gitloggl/cli.rb', line 10

def menu
  Gitloggl::Commands::Main.new(options).execute
rescue TTY::Reader::InputInterrupt
  puts
end