Sha256: 8f4e2c1d7ee920ca4364677669dde7fd06f9b22d38e6f573a92c8e0b221d49a6
Contents?: true
Size: 659 Bytes
Versions: 18
Compression:
Stored size: 659 Bytes
Contents
<%= $terminal.color "NAME", :bold %>: <%= @name %> <%= $terminal.color "DESCRIPTION", :bold %>: <%= @description || @summary || 'No description.' -%> <% if @syntax -%> <%= $terminal.color "SYNOPSIS", :bold %>: <%= @syntax -%> <% end -%> <% unless @examples.empty? -%> <%= $terminal.color "EXAMPLES", :bold %>: <% for description, command in @examples -%> # <%= description %> <%= command %> <% end -%> <% end -%> <% unless @options.empty? -%> <%= $terminal.color "OPTIONS", :bold %>: <% for option in @options -%> <%= option[:switches].join ', ' %> <%= option[:description] %> <% end -%> <% end -%>
Version data entries
18 entries across 18 versions & 4 rubygems