Dashboard › cli › __complete failures exit zero
01a02420-7e8f-71ad-937c-02e546b28e3dThe __complete completion path must never crash or emit an error when completion lookup fails; silently return no results and set exit code 0. Completion is queried by shells and an error would break interactive command discovery, so it intentionally has a softer contract than ordinary command execution.