formula: remove std_npm_args from system's pretty_args

This commit is contained in:
Branch Vincent 2024-07-25 17:11:12 -07:00
parent bdee21b706
commit 0c0b95fae5
No known key found for this signature in database

View File

@ -2975,8 +2975,6 @@ class Formula
pretty_args -= std_go_args pretty_args -= std_go_args
when "meson" when "meson"
pretty_args -= std_meson_args pretty_args -= std_meson_args
when "npm"
pretty_args -= std_npm_args
when %r{(^|/)(pip|python)(?:[23](?:\.\d{1,2})?)?$} when %r{(^|/)(pip|python)(?:[23](?:\.\d{1,2})?)?$}
pretty_args -= std_pip_args pretty_args -= std_pip_args
end end