Sha256: b6407a89c29f402c7ecf6c35fbea5113c9d8542d684d43fe14833c2372eab3c2

Contents?: true

Size: 696 Bytes

Versions: 14

Compression:

Stored size: 696 Bytes

Contents

  <%= $terminal.color "NAME", :bold %>:

    <%= @name %>
<% if @syntax -%>

  <%= $terminal.color "SYNOPSIS", :bold %>:

    <%= @syntax -%>

<% end -%>

  <%= $terminal.color "DESCRIPTION", :bold %>:

    <%= Commander::HelpFormatter.indent 4, (@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

14 entries across 14 versions & 3 rubygems

Version Path
commander-4.3.5 lib/commander/help_formatters/terminal/command_help.erb
scoot-0.0.4 .bundle/gems/ruby/2.2.0/gems/commander-4.3.4/lib/commander/help_formatters/terminal/command_help.erb
commander-4.3.4 lib/commander/help_formatters/terminal/command_help.erb
commander-4.3.3 lib/commander/help_formatters/terminal/command_help.erb
commander-4.3.2 lib/commander/help_formatters/terminal/command_help.erb
commander-4.3.1 lib/commander/help_formatters/terminal/command_help.erb
commander-4.3.0 lib/commander/help_formatters/terminal/command_help.erb
commander-4.2.1 lib/commander/help_formatters/terminal/command_help.erb
commander-4.2.0 lib/commander/help_formatters/terminal/command_help.erb
commander-4.1.6 lib/commander/help_formatters/terminal/command_help.erb
taco_it-1.5.3 lib/taco/commander/help_formatters/terminal/command_help.erb
commander-4.1.5 lib/commander/help_formatters/terminal/command_help.erb
taco_it-1.5.2 lib/taco/commander/help_formatters/terminal/command_help.erb
commander-4.1.4 lib/commander/help_formatters/terminal/command_help.erb