lib/cloudstack-cli/commands/template.rb in cloudstack-cli-0.0.3 vs lib/cloudstack-cli/commands/template.rb in cloudstack-cli-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ class Template < Thor - desc 'list', 'list templates by type [featured|self|self-executable|executable|community]' + desc 'template list', 'list templates by type [featured|self|self-executable|executable|community]' option :project def list(type='featured') cs_cli = CloudstackCli::Helper.new(options[:config]) if options[:project] \ No newline at end of file