examples/joke.rb in configliere-0.4.10 vs examples/joke.rb in configliere-0.4.11
- old
+ new
@@ -12,10 +12,10 @@
Settings.define_command :a2, :description => "The second joke (answer -- PG-13, themes of death)" do |cmd|
cmd.define :age_limit, :type => Integer, :default => 13, :description => "minimum age to be able to enjoy joke 2"
end
Settings.define_command :a3, :description => "The third joke (answer -- R, strong language)" do |cmd|
cmd.define :age_limit, :type => Integer, :default => 17, :description => "minimum age to be able to enjoy joke 3"
- cmd.define :bleep, :type => :boolean, :default => false, :description => "if enabled, solecisms will be bowlerized"
+ cmd.define :bleep, :type => :boolean, :default => false, :description => "if enabled, solecisms will be bowdlerized"
end
Settings.define :debug, :type => :boolean, :default => false, :description => "show verbose progress", :internal => true
Settings.define :age, :type => Integer, :required => true, :description => "Your age, in human years"
Settings.define :fake_id, :type => :boolean, :default => false, :description => "A fake ID might be enough to bypass the age test"