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.
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.