visionmedia-commander 2.4.3 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc
CHANGED
data/commander.gemspec
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
<%= color "SUB-COMMANDS", :bold %>:
|
11
11
|
<% @commands.each_pair do |name, command| %>
|
12
|
-
<%= "%-
|
12
|
+
<%= "%-20s %s" % [command.name, command.summary || command.description] -%>
|
13
13
|
<% end %>
|
14
14
|
<% if program :help -%>
|
15
15
|
<% program(:help).each_pair do |title, body| %>
|
data/lib/commander/runner.rb
CHANGED
data/lib/commander/version.rb
CHANGED