joshbduncan / word-search-generator

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

Update CLI file output options #22

Closed joshbduncan closed 1 year ago

joshbduncan commented 2 years ago

The plan is to separate out the export file type as a flag (defaulting to PDF). Currently the script infers the file export type from the file extension of the -o, --output path. The new flag would be -t, --type with the options PDF, CSV, JSON. If no -t type is specified, it would default to PDF as that is the most common.

* The CSV and JSON exports would not include the solution.

joshbduncan commented 1 year ago

Implemented in v3