lib/ronin/ui/cli/commands/uninstall.rb in ronin-1.4.0.rc1 vs lib/ronin/ui/cli/commands/uninstall.rb in ronin-1.4.0.rc2

- old
+ new

@@ -1,7 +1,7 @@ # -# Copyright (c) 2006-2011 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2006-2012 Hal Brodigan (postmodern.mod3 at gmail.com) # # This file is part of Ronin. # # Ronin is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,10 +24,25 @@ module Ronin module UI module CLI module Commands # - # The `ronin-uninstall` command. + # Uninstalls Ronin {Repository Repositories}. + # + # ## Usage + # + # ronin uninstall [options] REPO + # + # ## Options + # + # -v, --[no-]verbose Enable verbose output. + # -q, --[no-]quiet Disable verbose output. + # --[no-]silent Silence all output. + # --[no-]color Enables color output. + # + # ## Arguments + # + # REPO Repository to uninstall # class Uninstall < Command summary 'Uninstalls Ronin Repositories'