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-5.0.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.6.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.5.2 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.5.1 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.5.0 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.7 lib/commander/help_formatters/terminal_compact/command_help.erb
murano-cli-commander-4.4.10 lib/murano-cli-commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.6 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.5 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-fastlane-4.4.6 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.4 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-fastlane-4.4.5 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-fastlane-4.4.4 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-fastlane-4.4.3 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.3 lib/commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.6.1 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.6.0 lib/simple_commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.2 lib/commander/help_formatters/terminal_compact/command_help.erb
commander-4.4.1 lib/commander/help_formatters/terminal_compact/command_help.erb
simple_commander-0.5.1 lib/simple_commander/help_formatters/terminal_compact/command_help.erb