kyletolle / sudocore

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

Handle invalid command line switches/options #5

Closed kyletolle closed 12 years ago

kyletolle commented 12 years ago

Need to expand the program to handle invalid command line switches/options passed in by the user.

Using OptionParser. Is there something better suited for this task?

kyletolle commented 12 years ago

Work in conjunction with #22.