Switch to proper standalone executable with Thor
This commit is contained in:
9
lib/mrsk/cli.rb
Normal file
9
lib/mrsk/cli.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "mrsk"
|
||||
|
||||
MRSK = Mrsk::Commander.new \
|
||||
config_file: Pathname.new(File.expand_path("config/deploy.yml"))
|
||||
|
||||
module Mrsk::Cli
|
||||
end
|
||||
|
||||
require "mrsk/cli/main"
|
||||
Reference in New Issue
Block a user