Class: Hanami::CLI::Commands::Assets::Precompile Private

Inherits:
Command
  • Object
show all
Defined in:
lib/hanami/ruby3/hanami/cli/commands/assets/precompile.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 1.1.0

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.1.0



13
14
15
16
17
# File 'lib/hanami/ruby3/hanami/cli/commands/assets/precompile.rb', line 13

def call(*, **options)
  context = Context.new(options: options)

  precompile_assets(context)
end