mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss/grind] cleanup session-0020 (20260522T043516Z-29b8)
This commit is contained in:
parent
1fad701ded
commit
f265140935
2 changed files with 25 additions and 4 deletions
20
docs/cli.md
20
docs/cli.md
|
|
@ -289,6 +289,26 @@ Pipe `dot` output through `dot -Tsvg` for a renderable graph, or use `--format s
|
|||
|
||||
---
|
||||
|
||||
## `nyx serve`
|
||||
|
||||
Start the local browser UI for browsing scan results.
|
||||
|
||||
```
|
||||
nyx serve [PATH] [OPTIONS]
|
||||
```
|
||||
|
||||
**PATH** defaults to `.` (current directory). The server binds to a loopback address only and refuses non-loopback hosts at startup.
|
||||
|
||||
| Flag | Default | Description |
|
||||
|------|---------|-------------|
|
||||
| `-p, --port <PORT>` | *(from config)* | Port to bind to (overrides `[server].port`) |
|
||||
| `--host <HOST>` | *(from config)* | Host to bind to (overrides `[server].host`) |
|
||||
| `--no-browser` | off | Skip opening the browser automatically |
|
||||
|
||||
See [serve.md](serve.md) for the UI tour, route map, and CSRF / host-header behaviour.
|
||||
|
||||
---
|
||||
|
||||
## `nyx verify-feedback`
|
||||
|
||||
Record a correction or confirmation against a dynamic-verifier verdict. Requires `--features dynamic`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue