Andreas Gruhler 8fa2119719 doc(cookbook): add specific case shell_output stderr
Document the specific case, where your program writes an error to stderr
that needs to be checked in a test (e.g., using `assert_match` and
`shell_output`):
* https://github.com/Homebrew/brew/issues/5149

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-01-19 16:28:25 +01:00
..
2024-07-02 20:44:51 -04:00
2024-05-01 11:35:21 +02:00
2024-03-31 21:46:25 +02:00
2024-06-13 09:55:31 +01:00
2024-06-13 09:55:31 +01:00
2021-12-02 22:58:31 -05:00
2024-06-14 12:22:02 +01:00
2017-01-04 10:53:21 +00:00
2024-05-17 12:38:16 +09:00
2024-06-12 19:17:17 +01:00
2024-05-19 14:01:29 +02:00
2024-06-13 09:55:31 +01:00
2024-08-01 10:10:32 -04:00
2024-05-01 11:35:21 +02:00
2024-05-13 14:09:44 -04:00
2024-11-12 12:51:28 -08:00
2024-09-24 08:35:58 +01:00
2025-01-17 12:57:50 +00:00
2024-06-13 09:55:31 +01:00
2017-07-02 15:09:26 +01:00
2024-05-01 11:35:21 +02:00
2024-11-24 10:46:37 -05:00

Homebrew Docs

These are the source files for the Homebrew documentation site.

A GitHub Action is run to validate each change before the site is deployed to GitHub Pages.

Usage

Open https://docs.brew.sh in your web browser.

To instead generate the site locally to http://localhost:4000, run:

cd `brew --repository`/docs
bundle install
bundle exec jekyll serve --watch