bin/commander in visionmedia-commander-3.1.4 vs bin/commander in visionmedia-commander-3.1.5
- old
+ new
@@ -8,10 +8,11 @@
program :description, 'Commander utility program.'
command :init do |c|
c.syntax = 'commander init <file>'
c.summary = 'Initialize a commander template'
- c.description = 'Initialize an empty <file> with a commander template, allowing extremely quick creation of commader executables.'
+ c.description = 'Initialize an empty <file> with a commander template,
+ allowing very quick creation of commander executables.'
c.example 'Create a new file with a commander template.', 'commander init bin/my_executable'
c.when_called do |args, options|
file = args.shift || abort('file argument required.')
name = ask 'Machine name of program: '
description = ask 'Describe your program: '
\ No newline at end of file