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

Version Path
commander-4.1.6 lib/commander/help_formatters/terminal_compact/command_help.erb
taco_it-1.5.3 lib/taco/commander/help_formatters/terminal_compact/command_help.erb
commander-4.1.5 lib/commander/help_formatters/terminal_compact/command_help.erb
taco_it-1.5.2 lib/taco/commander/help_formatters/terminal_compact/command_help.erb
commander-4.1.4 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.1.3 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.1.2 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.1.1 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.1.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.7 lib/commander/help_formatters/terminal_compact/command_help.erb