lib/ronin/ui/cli/commands/repos.rb in ronin-1.4.0.rc1 vs lib/ronin/ui/cli/commands/repos.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
@@ -23,10 +23,31 @@
module Ronin
module UI
module CLI
module Commands
#
- # The `ronin-repos` command.
+ # Lists Ronin {Repository Repositories}.
+ #
+ # ## Usage
+ #
+ # ronin repos [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.
+ # -D, --database [URI] The Database URI.
+ # --domain [DOMAIN] Domain to filter by.
+ # -n, --named [NAME] Name to filter by.
+ # -t, --titled [TITLE] Title to filter by.
+ # -d, --describing [DESC]
+ # -L, --licensed-under [LICENSE] License to filter by.
+ #
+ # ## Arguments
+ #
+ # REPO Repository to list
#
class Repos < ModelCommand
summary 'Lists Ronin Repositories'