Sha256: 458279e4b0048a71608d76c1fca0fe1b0af177af596e7d78488ab5e6e164da3b

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

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

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

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

<% @commands.values.sort.map { |c| [c.name, c] }.each do |name, command| -%>
<% unless alias? name -%>
    <%= "%-#{max_command_length}s %s" % [command.name, command.summary || command.description] %>
<% end -%>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commander-openflighthpc-2.0.2 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-2.0.1 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-2.0.0 lib/commander/help_formatters/terminal_compact/subcommand_help.erb
commander-openflighthpc-1.2.0 lib/commander/help_formatters/terminal_compact/subcommand_help.erb