13 14 15
# File 'lib/check-ahead/cli.rb', line 13 def self.new(commands = CLI::Commands) super end
9 10 11
# File 'lib/check-ahead/cli.rb', line 9 def self.start new.call end