class

Kamil::Cli::IndexCommand

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

Ingests and reconciles content files into SQLite WAL index and FTS5 search catalog.

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