BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cddc2fc615 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-02-09 00:11:25 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							769fb8739f 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-02-07 19:42:46 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59597035a0 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-02-06 17:03:07 +00:00 
						 
				 
			
				
					
						
							
							
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c1f2b65bc 
							
						 
					 
					
						
						
							
							docs: run brew generate-man-completions  
						
						... 
						
						
						
						Signed-off-by: Patrick Linnane <patrick@linnane.io> 
						
						
					 
					
						2025-02-05 13:39:45 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Knibbe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99de228fc2 
							
						 
					 
					
						
						
							
							docs: various manpage grammar fixes  
						
						
						
						
					 
					
						2025-02-05 13:38:39 +01:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3caa98efb7 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-02-04 15:38:49 +00:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							627c4a714c 
							
						 
					 
					
						
						
							
							dev-cmd/pr-upload: allow --keep-old with --upload-only  
						
						
						
						
					 
					
						2025-02-03 18:15:31 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Knibbe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29b2f35ce8 
							
						 
					 
					
						
						
							
							docs: prefer /opt/homebrew in examples  
						
						
						
						
					 
					
						2025-02-03 15:30:03 +01:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55e7b9031d 
							
						 
					 
					
						
						
							
							Update maintainers.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-02-03 10:20:35 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							693216bc49 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-02-01 12:26:33 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ff99e2353 
							
						 
					 
					
						
						
							
							Use ~ instead of ${HOME}  
						
						... 
						
						
						
						Partial revert of Homebrew/brew#19153 
See https://github.com/Homebrew/brew/pull/19153#discussion_r1930678587  
						
						
					 
					
						2025-01-27 15:19:59 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbf5a9f479 
							
						 
					 
					
						
						
							
							env_config: use environment variables consistently  
						
						... 
						
						
						
						- use e.g. `$HOMEBREW_*` for cases where only the environment variable
  is the entire backtick-quoted string
- use e.g. `${HOMEBREW_*}` for cases where the environment variable is
  part of a backtick-quoted string to make clear what parts are variable
  and what parts are not
- use `export HOMEBREW_*=...` for cases where we're talking about
  setting the environment variable (because it likely needs to be
  exported to work how they want)
Inspired by https://github.com/Homebrew/homebrew-bundle/pull/1579  making
similar changes for Homebrew/homebrew-bundle. 
						
						
					 
					
						2025-01-27 14:21:27 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7ec021ffe 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-01-27 08:59:49 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9704a74037 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-01-24 09:16:00 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7a92f4cac 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-01-24 00:07:49 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b49625a7dc 
							
						 
					 
					
						
						
							
							Add brew install --skip-link  
						
						... 
						
						
						
						We already have `--skip-post-install` and this adds similar behaviour
for e.g. `brew bundle` (and other users) to be able to install a
formula but skip the `brew link` stage afterwards. 
						
						
					 
					
						2025-01-23 14:42:03 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							efcde44ed1 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-01-17 12:57:50 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9260c966b1 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2025-01-04 15:38:38 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba7022a63d 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-12-30 16:14:33 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c3d78005c 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-12-22 17:20:02 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4514c61eca 
							
						 
					 
					
						
						
							
							Update maintainers.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-12-06 16:06:21 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f99047a090 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-11-28 00:08:40 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4900317157 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-11-11 11:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00e295b4f5 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-10-26 00:07:31 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58f4500388 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-10-25 00:07:57 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd7d91bc6f 
							
						 
					 
					
						
						
							
							Improve/fix HOMEBREW_FORBIDDEN_LICENSES handling  
						
						... 
						
						
						
						`HOMEBREW_FORBIDDEN_LICENSES` now actually checks for valid SPDX license
identifiers rather than requiring the user to guess.
When an identifier is invalid, it will be ignore and warned about
instead. 
						
						
					 
					
						2024-10-17 08:34:03 +01:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7225f9e694 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-10-02 15:07:43 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1de5a22d2 
							
						 
					 
					
						
						
							
							cmd/--cache: avoid exception on missing HEAD  
						
						... 
						
						
						
						Also add cask to description 
						
						
					 
					
						2024-09-26 09:49:30 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea0776c425 
							
						 
					 
					
						
						
							
							cmd/info: show size information  
						
						... 
						
						
						
						Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Co-authored-by: Markus Reiter <me@reitermark.us> 
						
						
					 
					
						2024-09-25 08:56:33 +01:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							584f8e08c0 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-09-10 00:07:29 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a548a81040 
							
						 
					 
					
						
						
							
							docs: remove references to deprecated/disabled GCC formulae  
						
						
						
						
					 
					
						2024-09-02 12:03:06 -04:00 
						 
				 
			
				
					
						
							
							
								miccal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8ec1bfd5b 
							
						 
					 
					
						
						
							
							Update README.md and manpage  
						
						
						
						
					 
					
						2024-08-30 08:44:31 +08:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0267484403 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-23 07:07:41 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							143b39cfc9 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-19 11:57:14 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b2827cbda 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-15 19:01:02 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							787b44fecf 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-15 14:29:45 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2a1ad519f 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-09 00:07:01 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29a9fd90ce 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-06 22:29:00 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a288e6816 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-03 20:17:21 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e158a5260a 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-08-02 23:32:18 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3a1a9dccf 
							
						 
					 
					
						
						
							
							Improve locking UX  
						
						... 
						
						
						
						My experience recently playing around with our locking behaviour is
that, while mostly seamless and not seen by users, it's leaks
implementation details a bit too heavily.
As a result, the following improvements are in this commit:
- Ensure that, whenever possible, we tell the user the actual command
  that is holding a given lock instead of the lock name (an internal
  implementation detail)
- Make the locking error output a little more consistent and user
  friendly
- Add a `DownloadLock` class to simplify locking downloads
- Add a `HOMEBREW_LOCK_CONTEXT` variable to allow adding additional
  context for logging error messages
- Lock paths and leave deciding how this translates to lock names up
  to the locking code itself
- Lock the Cellar/Caskroom paths explicitly rather than implicitly
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> 
						
						
					 
					
						2024-07-30 17:51:02 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10cbf191dc 
							
						 
					 
					
						
						
							
							Add env to disable finding packages from paths  
						
						
						
						
					 
					
						2024-07-25 11:37:44 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93dbb9593d 
							
						 
					 
					
						
						
							
							Add env to disable Debrew  
						
						
						
						
					 
					
						2024-07-24 06:16:18 +01:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8cbcffeba 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-07-15 19:56:06 +00:00 
						 
				 
			
				
					
						
							
							
								Ruoyu Zhong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e806870f85 
							
						 
					 
					
						
						
							
							cmd/update-reset.rb: the named args are repos not taps  
						
						
						
						
					 
					
						2024-07-14 23:12:53 -04:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5987c5c1d0 
							
						 
					 
					
						
						
							
							Add stub Ruby commands for all Bash commands.  
						
						... 
						
						
						
						This gets us pretty similar (but easier to manage) manpage output but
much nicer completions etc. for all these commands. 
						
						
					 
					
						2024-07-14 23:12:53 -04:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc08017310 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-07-14 20:49:39 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25364eb479 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-07-14 16:06:07 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff02bc46f8 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-07-13 14:55:53 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							072047779a 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
					 
					
						2024-07-13 00:07:00 +00:00