kyletolle / sudocore

Sudoku solver written in Ruby.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Streamline option parsing #22

Closed kyletolle closed 12 years ago

kyletolle commented 12 years ago

Use the example on this page: http://www.ruby-doc.org/stdlib-1.9.2/libdoc/optparse/rdoc/OptionParser.html Clean up the option parser I currently use to match this example. Work in conjunction with #5.