Sha256: 00c0359bfdbebeea94c26199354af6990635dc2968b5b2fcde1f6907842fbc5c
Contents?: true
Size: 482 Bytes
Versions: 50
Compression:
Stored size: 482 Bytes
Contents
<%= @name %> <% if @syntax -%> Usage: <%= @syntax %> <% end -%> <% if @description || @summary -%> <%= @description || @summary %> <% 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
50 entries across 50 versions & 7 rubygems