Class: Neh::Thor
- Inherits:
-
Thor
- Object
- Thor
- Neh::Thor
- Defined in:
- lib/neh/thor.rb
Instance Method Summary collapse
Instance Method Details
#decache ⇒ Object
18 19 20 |
# File 'lib/neh/thor.rb', line 18 def decache(*) Neh::Cli::Decache.new(*, options:).execute end |
#o ⇒ Object
23 24 25 |
# File 'lib/neh/thor.rb', line 23 def o(*) Neh::Cli::O.new(*, options:).execute end |
#version ⇒ Object
13 14 15 |
# File 'lib/neh/thor.rb', line 13 def version Neh::Cli::Version.new.execute end |