joshbduncan / word-search-generator

Make awesome Word Search puzzles!
MIT License
75 stars 24 forks source link

puzzle output in lowercase #59

Closed joshbduncan closed 10 months ago

joshbduncan commented 10 months ago

lowercase argument added to show and save methods which outputs all puzzle letters in lowercase (as opposed to the UPPERCASE default). Added -lc, --lowercase flag to CLI as well. Issue #58