installer: refactor install
This commit is contained in:
10
install/bin/setup
Executable file
10
install/bin/setup
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require_relative '../lib/setup/commander'
|
||||
|
||||
commander = Setup::Commander.new(ARGV)
|
||||
if commander.valid?
|
||||
commander.execute
|
||||
else
|
||||
commander.help
|
||||
end
|
||||
Reference in New Issue
Block a user