Merge pull request #13485 from Rylan12/bottle-tag-required
Require an argument to `--bottle-tag` in `fetch` and `--cache`
This commit is contained in:
commit
c8d1f8a38e
@ -24,7 +24,7 @@ module Homebrew
|
||||
description: "Show the cache file used when building from source."
|
||||
switch "--force-bottle",
|
||||
description: "Show the cache file used when pouring a bottle."
|
||||
flag "--bottle-tag",
|
||||
flag "--bottle-tag=",
|
||||
description: "Show the cache file used when pouring a bottle for the given tag."
|
||||
switch "--HEAD",
|
||||
description: "Show the cache file used when building from HEAD."
|
||||
|
@ -20,7 +20,7 @@ module Homebrew
|
||||
Download a bottle (if available) or source packages for <formula>e
|
||||
and binaries for <cask>s. For files, also print SHA-256 checksums.
|
||||
EOS
|
||||
flag "--bottle-tag",
|
||||
flag "--bottle-tag=",
|
||||
description: "Download a bottle for given tag."
|
||||
switch "--HEAD",
|
||||
description: "Fetch HEAD version instead of stable version."
|
||||
|
Loading…
x
Reference in New Issue
Block a user