class Sasstool::CLI

Public Class Methods

router() click to toggle source
# File lib/sasstool/cli.rb, line 7
def self.router
  MisterBin::Runner.new version: VERSION,
    header: "SASS Tool",
    handler: Command
end