Skip to content

Commit 1875175

Browse files
committed
First argument fix
1 parent 238fc2f commit 1875175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fixtures/group.thor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class MyCounter < Thor::Group
99
source_root File.expand_path(File.dirname(__FILE__))
1010
source_paths << File.expand_path("broken", File.dirname(__FILE__))
1111

12-
# argument :first, :type => :numeric
12+
argument :first, :type => :numeric
1313
argument :second, :type => :numeric, :default => 2
1414

1515
class_option :third, :type => :numeric, :desc => "The third argument", :default => 3,

0 commit comments

Comments
 (0)