CLI entry point. Builds the yargs command tree (run, serve, tui, models, providers, etc.), initializes logging, runs the one-time JSON-to-SQLite database migration on first launch, and dispatches the parsed command.

Methods

(inner) show(out) → {void}

Write help/usage output to stderr, prefixing it with the logo unless it is already a closedcode usage string.

Parameters:
NameTypeDescription
outstring

The text to display.

Returns:
Type: 
void