fix: make help and version successful discovery
Some checks failed
checks / flake (push) Has been cancelled
Some checks failed
checks / flake (push) Has been cancelled
This commit is contained in:
parent
ffab80a1f2
commit
5c81b469e5
5 changed files with 88 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue