Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove unhelpful note #2053

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ If Rover log messages are unhelpful or unclear, please leave us feedback in an

By default, Rover prints the main output of its commands to `stdout` in plaintext. It also prints a descriptor for that output to `stderr` if it thinks it's being operated by a human (it checks whether the terminal is TTY).

<Note>

For more on `stdout`, see [Conventions](https://chat.openai.com/conventions/#using-stdout).

</Note>

Every Rover command supports two options for configuring its output behavior:

- `--format`, for [setting the output format](#setting-output-format) (`plain` or `json`)
Expand Down
Loading