fix: make help and version successful discovery
Some checks failed
checks / flake (push) Has been cancelled

This commit is contained in:
hermes 2026-07-28 19:26:43 +00:00
commit 5c81b469e5
5 changed files with 88 additions and 1 deletions

View file

@ -21,6 +21,17 @@ Each command will identify the sample by its content, reuse compatible cached
analysis, and produce versioned JSON by default. Human-readable presentation is
available explicitly through `--format human`.
Agents can discover the complete command surface without initializing Ghidra:
```console
ghidr --help
ghidr decompile --help
ghidr --version
```
These discovery requests return plain text on stdout with exit status 0 and
leave stderr empty.
## Documents
- [PRD.md](./PRD.md) defines the product requirements and initial delivery