Class: Ace::Git::Worktree::CLI::Commands::List
- Inherits:
-
Support::Cli::Command
- Object
- Support::Cli::Command
- Ace::Git::Worktree::CLI::Commands::List
- Includes:
- SharedHelpers
- Defined in:
- lib/ace/git/worktree/cli/commands/list.rb
Instance Method Summary collapse
Instance Method Details
#call(**options) ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'lib/ace/git/worktree/cli/commands/list.rb', line 33 def call(**) display_config_summary("list", ) unless [:format] == "json" # Keep explicit false values as --no-* flags so legacy parser receives filters. args = () Ace::Git::Worktree::Commands::ListCommand.new.run(args) end |