18 19 20
# File 'lib/neh/thor.rb', line 18 def decache(*) Neh::Cli::Decache.new(*, options:).execute end
23 24 25
# File 'lib/neh/thor.rb', line 23 def o(*) Neh::Cli::O.new(*, options:).execute end
13 14 15
# File 'lib/neh/thor.rb', line 13 def version Neh::Cli::Version.new.execute end