lib/csd/options_parser.rb in csd-0.1.11 vs lib/csd/options_parser.rb in csd-0.1.12
- old
+ new
@@ -120,12 +120,12 @@
self.debug = value
end
opts.on("-s", "--silent","Don't show any output") do |value|
self.silent = value
end
- #opts.on_tail("-a", "--developer", "Activating advanced AI functionality (developers only)") do |value|
- # self.developer = value
- #end
+ opts.on_tail("-a", "--developer", "Show information only relevant to AI and MiniSIP developers") do |value|
+ self.developer = value
+ end
opts.on_tail("-h", "--help", "Show detailed help (regarding the given ACTION and APPLICATION)") do |value|
self.help = value
end
opts.on_tail("-v", "--version", "Show the version of this AI") do
puts "CSD Gem Version: #{CSD::Version}".blue