lib/ronin/ui/cli/commands/uninstall.rb in ronin-1.4.1 vs lib/ronin/ui/cli/commands/uninstall.rb in ronin-1.5.0.rc1
- old
+ new
@@ -41,15 +41,25 @@
#
# ## Arguments
#
# REPO Repository to uninstall
#
+ # ## Examples
+ #
+ # ronin uninstall repo
+ # ronin uninstall repo@github.com
+ #
class Uninstall < Command
summary 'Uninstalls Ronin Repositories'
argument :repo, :type => String,
:description => 'Repository to uninstall'
+
+ examples [
+ "ronin uninstall repo",
+ "ronin uninstall repo@github.com"
+ ]
#
# Sets up the install command.
#
def setup