Conversation
Removes nonexistent `--port` and `--wg-port` flags from `docs/guide/configuration.md` and `docs/reference/cli.md` as they are not implemented in `src/main.zig`. Adds documented `--dns` and `--mdns` flags to the CLI reference tables. Updates the default WireGuard port in `docs/guide/configuration.md` from `51820` to `51830` to match the implementation in `src/config.zig` and `src/main.zig`. Co-authored-by: igorls <4753812+igorls@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Found a documentation gap where
docs/guide/configuration.mdanddocs/reference/cli.mdlisted CLI flags (--port,--wg-port) that were not implemented in the source code (src/main.zig), and listed an incorrect default WireGuard port (51820vs actual51830).Changes:
--portand--wg-portfrom CLI reference tables.--dnsand--mdnsflags which were present in code but missing from docs.51830..jules/scribe.mdwith learnings about documentation drift caused by manual CLI parsing.PR created automatically by Jules for task 11528592012730649484 started by @igorls