Class: Ace::Git::Worktree::CLI::Commands::Cleanup

Inherits:
Support::Cli::Command
  • Object
show all
Includes:
SharedHelpers
Defined in:
lib/ace/git/worktree/cli/commands/cleanup.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



33
34
35
36
37
38
39
# File 'lib/ace/git/worktree/cli/commands/cleanup.rb', line 33

def call(**options)
  display_config_summary("cleanup", options)

  args = options_to_args(options)

  Ace::Git::Worktree::Commands::CleanupCommand.new.run(args)
end