Module: Terminalwire::Thor::ClassMethods

Defined in:
lib/terminalwire/rails.rb

Instance Method Summary collapse

Instance Method Details

#terminalwire_shell(context) ⇒ Object

Use the extend Rails shell with this shell



161
162
163
# File 'lib/terminalwire/rails.rb', line 161

def terminalwire_shell(context)
  Terminalwire::Thor::Shell.new(context)
end