Class: Sasstool::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/sasstool/cli.rb

Class Method Summary collapse

Class Method Details

.routerObject



7
8
9
10
11
12
13
14
# File 'lib/sasstool/cli.rb', line 7

def self.router
  router = MisterBin::Runner.new version: VERSION,
    header: "SASS Tool"

  router.route_all to: Command

  router
end