Skip to content

docs: fix CLI flags and default ports#7

Merged
igorls merged 1 commit intomainfrom
scribe-doc-fixes-11528592012730649484
Feb 24, 2026
Merged

docs: fix CLI flags and default ports#7
igorls merged 1 commit intomainfrom
scribe-doc-fixes-11528592012730649484

Conversation

@igorls
Copy link
Copy Markdown
Owner

@igorls igorls commented Feb 24, 2026

Found a documentation gap where docs/guide/configuration.md and docs/reference/cli.md listed CLI flags (--port, --wg-port) that were not implemented in the source code (src/main.zig), and listed an incorrect default WireGuard port (51820 vs actual 51830).

Changes:

  • Removed --port and --wg-port from CLI reference tables.
  • Added --dns and --mdns flags which were present in code but missing from docs.
  • Corrected default WireGuard port to 51830.
  • Updated .jules/scribe.md with learnings about documentation drift caused by manual CLI parsing.

PR created automatically by Jules for task 11528592012730649484 started by @igorls

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>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@igorls igorls merged commit 4111d7f into main Feb 24, 2026
1 check passed
@igorls igorls deleted the scribe-doc-fixes-11528592012730649484 branch February 24, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant