Class: Ellipses::Client::CLI::Commands::Decompile

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/ellipses/client/cli/decompile.rb

Instance Method Summary collapse

Instance Method Details

#call(file:, paths:) ⇒ Object



14
15
16
# File 'lib/ellipses/client/cli/decompile.rb', line 14

def call(file:, paths:)
  Application.decompile!(file, paths: paths)
end