Need help on fixing external command rmtree #5341
Replies: 1 comment
-
Fixed by the owner. Help no longer needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
The external command
brew rmtree
provided by beeftornado/homebrew-rmtree is failing with the following message:It seems it is caused by commit fdc95d0 in
Homebrew/brew
.I tried replacing
Homebrew.uses_args.parse
withHomebrew::CLI::Parser.new.parse
, but then I gotError: undefined method 'args_includes_ignores' for Homebrew:Module
, though the methodargs_includes_ignores
is defined underdependencies_helpers.rb
.I'm totally new to Ruby and have no idea what I should do next. But I really want to fix
rmtree
. So could anyone can kindly guide me what should I try?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions