Class: Ellipses::Client::CLI::Commands::Compile

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

Instance Method Summary collapse

Instance Method Details

#call(file:, paths:) ⇒ Object



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

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