Class: AstroSubframeOrganizer::Commands::Run
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- AstroSubframeOrganizer::Commands::Run
- Includes:
- SharedOptions
- Defined in:
- lib/astro_subframe_organizer/commands/run.rb
Instance Method Summary collapse
-
#call(**options) ⇒ Object
rubocop:enable Layout/LineLength.
Methods included from SharedOptions
Instance Method Details
#call(**options) ⇒ Object
rubocop:enable Layout/LineLength
22 23 24 25 |
# File 'lib/astro_subframe_organizer/commands/run.rb', line 22 def call(**) setup(**.slice(:config, :verbose, :skip_confirm)) AstroSubframeOrganizer.run(dry_run: [:dry_run]) end |