deb-cmd/irb: remove named_args :none

seems like this command takes named args somewhere
This commit is contained in:
Dawid Dziurla 2021-01-15 13:15:48 +01:00
parent f949d57437
commit ce2dd731f7
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -34,8 +34,6 @@ module Homebrew
switch "--pry",
env: :pry,
description: "Use Pry instead of IRB. Implied if `HOMEBREW_PRY` is set."
named_args :none
end
end