mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-19 07:56:40 +00:00
Replace CLI class with a more suitable Application class
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
$LOAD_PATH.unshift(File.expand_path('../../lib', File.realpath(__FILE__)))
|
||||
require 'bunnyrun'
|
||||
|
||||
BunnyRun::CLI.run(ARGV)
|
||||
BunnyRun::Application.run(argv: ARGV)
|
||||
|
||||
Reference in New Issue
Block a user