Merge pull request #17865 from branchvincent/npm_side_effect

formula: remove `std_npm_args` from system's pretty_args
This commit is contained in:
Bo Anderson 2024-07-26 01:24:27 +01:00 committed by GitHub
commit 1f198e629f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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