Sha256: bfd0c9ccf58a1aafdfec10a4d708afdfe42a0261d8d4cd7da89a7edd5c011aa2

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

  <%= cmd.name %>
<% if cmd.syntax -%>

  Usage: <%= cmd.syntax %>
<% end -%>
<% if cmd.description || cmd.summary -%>

  <%= cmd.description || cmd.summary %>
<% end -%>

<% for name, command in @commands.sort -%>
<% unless alias? name -%>
    <%= "%-#{max_command_length}s %s" % [command.name, command.summary || command.description] %>
<% end -%>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commander-openflighthpc-1.1.2 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-1.1.1 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-1.1.0 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-1.0.0 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-1.0.0.pre.alpha1 lib/commander/help_formatters/terminal_compact/subcommand_help.erb