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
# File 'lib/sasstool/cli.rb', line 7

def self.router
  MisterBin::Runner.new version: VERSION,
    header: "SASS Tool",
    handler: Command
end