Skip to content

Commit

Permalink
Print plugin name when execute uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Jul 12, 2008
1 parent 61d5163 commit 6366549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sashimi/commands.rb
Expand Up @@ -125,6 +125,7 @@ def options
def parse!(args)
options.parse!(args)
args.each do |name|
puts name.titleize + "\n"
Plugin.new(name).uninstall
end
end
Expand Down

0 comments on commit 6366549

Please sign in to comment.