Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 374d54fdca
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## Shell support boundaries | ||
|
|
||
| - `--shell` supports command-line expressions with `&&`, `||`, and `|`. |
There was a problem hiding this comment.
Add Unix-only caveat for
--shell usage
This section describes --shell support as if it is generally available, but the CLI explicitly errors on non-Unix systems (WithWatchError::ShellExecutionUnsupportedPlatform in crates/with-watch/src/error.rs). As written, Windows users following the new public quick-start/shell guidance will hit an immediate runtime failure, so this page should explicitly state the Unix-only platform boundary (matching the crate README).
Useful? React with 👍 / 👎.
Summary
Testing