Sha256: 62dfb2e76afc5deb45351cdae8d1eeffe4e43e7299492dd7f55f443ea2c9b510
Contents?: true
Size: 659 Bytes
Versions: 7
Compression:
Stored size: 659 Bytes
Contents
<%= $terminal.color "NAME", :bold %>: <%= @name %> <% if @syntax -%> <%= $terminal.color "SYNOPSIS", :bold %>: <%= @syntax -%> <% end -%> <%= $terminal.color "DESCRIPTION", :bold %>: <%= @description || @summary || 'No description.' -%> <% 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
7 entries across 7 versions & 2 rubygems