Skip to content
Snippets Groups Projects
Commit dad6dbc6 authored by Max Howell's avatar Max Howell
Browse files

brew uninstall alias for brew rm

parent 87727356
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ case ARGV[0]
file+='.rb' unless File.exist? file
system "ruby #{file} #{ARGV.join ' '}"
when 'rm' then
when 'rm', 'uninstall' then
path=$root+'Cellar'+ARGV[1]
abort "#{ARGV[1]} is not installed" unless path.directory?
path.rmtree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment