ruboto/ruboto

View on GitHub
bin/ruboto

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby

begin
  require 'ruboto/commands/base'
rescue RuntimeError
  puts $!.message
  exit 1
end

# Run Base, which will handle actual commands
Ruboto::Commands::Base.main