Class: Ace::Support::Models::CLI::Commands::SearchShortcut
- Inherits:
-
Cli::Command
- Object
- Cli::Command
- Ace::Support::Models::CLI::Commands::SearchShortcut
- Includes:
- Cli::Base
- Defined in:
- lib/ace/support/models/cli/commands/search.rb
Overview
Top-level shortcut for models search
Instance Method Summary collapse
Instance Method Details
#call(query: nil, **options) ⇒ Object
27 28 29 |
# File 'lib/ace/support/models/cli/commands/search.rb', line 27 def call(query: nil, **) ModelsSubcommands::Search.new.call(query: query, **) end |