Update server-start.md with --bind#198
Conversation
add flag --bind with type string(assumption) add server start example for --bind using 127.0.0.1 as default.
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 53215941fb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
update description to remove possibly misleading description of it persisting if not specified.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ae1c479173
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| ### Specify a custom address | ||
|
|
||
| ```shell | ||
| lms server start --bind 127.0.0.1 |
There was a problem hiding this comment.
Show a non-default bind address in custom example
The new “Specify a custom address” example uses 127.0.0.1, which is the default bind value, so readers following this section are not actually configuring a custom address. In practice this is misleading for users trying to expose the server beyond localhost (the CLI help describes 127.0.0.1 as default and suggests 0.0.0.0 for local-network access), so this section should demonstrate a genuinely non-default bind target.
Useful? React with 👍 / 👎.
|
duplicate #179 |
add flag --bind with type string(assumption)
add server start example for --bind using 127.0.0.1 as default.