dev-cmd/contributions: Remove named arg names, unused

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Issy Long 2022-08-03 10:18:21 +01:00
parent 5ecdf10e27
commit a7effbdd35
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -34,7 +34,7 @@ module Homebrew
flag "--to=",
description: "Date (ISO-8601 format) to stop searching contributions."
named_args [:email, :name, :repositories], min: 2, max: 2
named_args min: 2, max: 2
end
end