Skip to main content
reticle help prints the whole usage block to stdout and exits 0.
All three are the same command.
There is no per-command help. reticle init --help is not a help request, it is an unknown argument: the parser rejects it, prints unknown argument '--help', and exits 1. This page and the rest of this section are the per-command reference.

What it prints

Real capture, in full:

Errors print it too

Any usage error prints the offending thing first, then this same block on stderr, and exits 1:
Two audiences, two channels: the structured line for logs and scripts, the plain text for the person who just typed the command.

Exit codes

A bare reticle with no arguments is not help. It is reticle serve.
Last modified on August 15, 2026