fantasdic r333 - in trunk: . lib/fantasdic



Author: mblondel
Date: Sat Aug 23 10:18:05 2008
New Revision: 333
URL: http://svn.gnome.org/viewvc/fantasdic?rev=333&view=rev

Log:
    * lib/fantasdic/command_line.rb: Added the -d option to enable debug mode.


Modified:
   trunk/ChangeLog
   trunk/lib/fantasdic/command_line.rb

Modified: trunk/lib/fantasdic/command_line.rb
==============================================================================
--- trunk/lib/fantasdic/command_line.rb	(original)
+++ trunk/lib/fantasdic/command_line.rb	Sat Aug 23 10:18:05 2008
@@ -62,6 +62,11 @@
                     puts "Fantasdic %s" % Fantasdic::VERSION
                     exit!
                 end
+
+                opts.on("-d", "--debug",
+                        _("Enable debug mode")) do |b|
+                    $DEBUG = b
+                end
     
             end
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]