Add deprecation paths for tap --full/--shallow
This commit is contained in:
parent
6e1345b899
commit
b5a7337b05
@ -27,6 +27,13 @@ module Homebrew
|
|||||||
assumptions, so taps can be cloned from places other than GitHub and
|
assumptions, so taps can be cloned from places other than GitHub and
|
||||||
using protocols other than HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
|
using protocols other than HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
|
||||||
EOS
|
EOS
|
||||||
|
# odeprecated "brew tap --full"
|
||||||
|
switch "--full",
|
||||||
|
description: "Convert a shallow clone to a full clone without untapping. Taps are only cloned as "\
|
||||||
|
"shallow clones if `--shallow` was originally passed."
|
||||||
|
# odeprecated "brew tap --shallow"
|
||||||
|
switch "--shallow",
|
||||||
|
description: "Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration."
|
||||||
switch "--force-auto-update",
|
switch "--force-auto-update",
|
||||||
description: "Auto-update tap even if it is not hosted on GitHub. By default, only taps "\
|
description: "Auto-update tap even if it is not hosted on GitHub. By default, only taps "\
|
||||||
"hosted on GitHub are auto-updated (for performance reasons)."
|
"hosted on GitHub are auto-updated (for performance reasons)."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user