Class: Speckle::CLI::App
- Inherits:
-
Object
- Object
- Speckle::CLI::App
- Defined in:
- lib/speckle/cli/app.rb
Instance Method Summary collapse
Instance Method Details
#start(args) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/speckle/cli/app.rb', line 8 def start(args) env = Environment.new = env.load(args) router = Router.new router.route(.action, ) end |