DannyBen/httpme

View on GitHub
lib/httpme/cli.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'httpme/command'

module HTTPMe
  class CLI
    def self.router
      MisterBin::Runner.new version: VERSION, handler: Command
    end
  end
end