Class: Couchup::Commands::Show
- Inherits:
-
Object
- Object
- Couchup::Commands::Show
- Includes:
- Couchup::CommandExtensions
- Defined in:
- lib/couchup/commands/show.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Couchup::CommandExtensions
Class Method Details
.describe ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/couchup/commands/show.rb', line 15 def self.describe { :description => "show databases or views on the current instance/database", :details => "show [:databases | :views], [:design]", :examples => ["show", "show :databases", "show :views"] } end |