Class: Ace::Support::Models::CLI::Commands::SearchShortcut

Inherits:
Cli::Command
  • Object
show all
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, **options)
  ModelsSubcommands::Search.new.call(query: query, **options)
end