Class: QueryPackwerk::CLI
- Inherits:
-
Thor
- Object
- Thor
- QueryPackwerk::CLI
- Extended by:
- T::Sig
- Defined in:
- lib/query_packwerk/cli.rb
Overview
CLI for loading the QueryPackwerk console
Instance Method Summary collapse
Instance Method Details
#console(directory = Dir.pwd) ⇒ Object
15 16 17 |
# File 'lib/query_packwerk/cli.rb', line 15 def console(directory = Dir.pwd) QueryPackwerk::Console.start(directory) end |