extract: re-add named arg types

This commit is contained in:
Rylan Polster 2021-01-23 15:10:14 -05:00
parent b7b624c9bf
commit f295e36a22
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -96,7 +96,7 @@ module Homebrew
switch "-f", "--force", switch "-f", "--force",
description: "Overwrite the destination formula if it already exists." description: "Overwrite the destination formula if it already exists."
named_args number: 2 named_args [:formula, :tap], number: 2
end end
end end