class

Kamil::Cli::SearchCommand

Inherits Kamil::Cli::BaseCommand < Reference < Object

Queries SQLite FTS5 full-text search index and formats ranked results.

Instance methods

run(args : Array(String) = [] of String, output_io : IO = @output_io, error_io : IO = @error_io) : Int32

Executes the command with arguments and IO streams.

Source