We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238fc2f commit 1875175Copy full SHA for 1875175
spec/fixtures/group.thor
@@ -9,7 +9,7 @@ class MyCounter < Thor::Group
9
source_root File.expand_path(File.dirname(__FILE__))
10
source_paths << File.expand_path("broken", File.dirname(__FILE__))
11
12
- # argument :first, :type => :numeric
+ argument :first, :type => :numeric
13
argument :second, :type => :numeric, :default => 2
14
15
class_option :third, :type => :numeric, :desc => "The third argument", :default => 3,
0 commit comments