class HTTPMe::CLI

Public Class Methods

router() click to toggle source
# File lib/httpme/cli.rb, line 5
def self.router
  MisterBin::Runner.new version: VERSION, handler: Command
end