Sha256: d28e58d3547723b40fd0f13cac4d3311d164b13128a8a16bd7029f33f4f19fa6
Contents?: true
Size: 482 Bytes
Versions: 18
Compression:
Stored size: 482 Bytes
Contents
<%= @name %> <% if @description || @summary -%> <%= @description || @summary %> <% end -%> <% if @syntax -%> Usage: <%= @syntax %> <% end -%> <% unless @examples.empty? -%> Examples: <% for description, command in @examples -%> # <%= description %> <%= command %> <% end -%> <% end -%> <% unless @options.empty? -%> Options: <% for option in @options -%> <%= "%-20s %s" % [option[:switches].join(', '), option[:description]] %> <% end -%> <% end -%>
Version data entries
18 entries across 18 versions & 4 rubygems