Class: Aspen::CLI::Commands::Compile
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Aspen::CLI::Commands::Compile
- Defined in:
- lib/aspen/cli/commands/compile.rb
Instance Method Summary collapse
Instance Method Details
#call(path:, **options) ⇒ Object
20 21 22 |
# File 'lib/aspen/cli/commands/compile.rb', line 20 def call(path: , **) Aspen::Actions::Compile.new(path, ).call end |