Sha256: f2f26783aa59fad494278936a1432f61483bedaa7d706535f8e363dafdceb596
Contents?: true
Size: 538 Bytes
Versions: 9
Compression:
Stored size: 538 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]] %><% if option[:default] %> <%= option[:default] %><% end %> <% end -%> <% end -%>
Version data entries
9 entries across 9 versions & 1 rubygems