Class: Redirectly::CLI
- Inherits:
-
Object
- Object
- Redirectly::CLI
- Defined in:
- lib/redirectly/cli.rb
Class Method Summary collapse
Class Method Details
.router ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/redirectly/cli.rb', line 6 def self.router router = MisterBin::Runner.new version: VERSION, header: 'Redirectly Redirect Server' router.route_all to: Command router end |