krites docs¶
What krites docs does¶
Browse this documentation in an interactive terminal markdown browser, without a network connection. The pages are embedded in the binary at build time, so what you read is the documentation that shipped with your version.
Usage¶
Flags¶
| Flag | Short | What it does |
|---|---|---|
--provider |
AI provider for docs ask: openai, claude or gemini |
|
--no-style |
-n |
(ask only) plain output with no markdown styling |
krites docs ask is also available as krites docs ?.
Plus the global flags on every command.
docs ask needs an AI provider¶
docs ask answers a natural-language question grounded only in the embedded
documentation. It needs an AI provider configured; --provider overrides the
configured default for one call.
Because answers are derived only from the bundled docs, it cannot answer a
question the documentation does not cover — and it is a separate facility from
krites review, which sends images to a model. docs ask sends
text.
A go install build has no documentation to browse¶
Both krites docs and krites docs ask require a binary built with the embedded
documentation assets. A plain go install or go build omits them, and the
command has nothing to show.
Use a release archive, the packaged macOS app, or just build / just install
from a source checkout — all of which run the generate step that embeds the
assets. This is the same reason a go install build has a broken studio; see
Getting started.