Class: Qaxqa::CLI
- Inherits:
-
Thor
- Object
- Thor
- Qaxqa::CLI
- Defined in:
- lib/qaxqa/cli.rb
Overview
Module to supports CLI commands
Defined Under Namespace
Classes: Migrate
Instance Method Summary collapse
Instance Method Details
#migrate(input) ⇒ Object
14 15 16 17 |
# File 'lib/qaxqa/cli.rb', line 14 def migrate(input) require "qaxqa/cli/migrate" Migrate.new.run(input) end |