Sha256: d28e58d3547723b40fd0f13cac4d3311d164b13128a8a16bd7029f33f4f19fa6

Contents?: true

Size: 482 Bytes

Versions: 18

Compression:

Stored size: 482 Bytes

Contents

  <%= @name %>
<% if @description || @summary -%>

  <%= @description || @summary %>
<% end -%>
<% if @syntax -%>

  Usage: <%= @syntax %>
<% 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

18 entries across 18 versions & 4 rubygems

Version Path
crishoj-commander-3.3.0 lib/commander/help_formatters/terminal_compact/command_help.erb
ktec-commander-3.3.1 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.2 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.3 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.4 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.5 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.6 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.7 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.8 lib/commander/help_formatters/terminal_compact/command_help.erb
visionmedia-commander-3.2.9 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.6 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.5 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.4 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.3 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.2 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.1 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.0.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-3.3.0 lib/commander/help_formatters/terminal_compact/command_help.erb