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
simple_commander-0.5.0 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.4.0 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.3.1 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.3.0 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.1.0 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.0.1 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.8 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.7 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.5 lib/commander/help_formatters/terminal_compact/command_help.erb
scoot-0.0.4 .bundle/gems/ruby/2.2.0/gems/commander-4.3.4/lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.4 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.3 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.2 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.1 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.3.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.2.1 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.2.0 lib/commander/help_formatters/terminal_compact/command_help.erb
clone-1.0.0.beta2 module/gems/commander-4.1.3/lib/commander/help_formatters/terminal_compact/command_help.erb
clone-1.0.0.beta module/gems/commander-4.1.3/lib/commander/help_formatters/terminal_compact/command_help.erb