MarkyMan4/filequery

Allow options for standard out formatting

MarkyMan4 opened this issue · 1 comments

Right now, standard output is always formatted as a table. Allow the option to format as a more plain text option such as CSV. This would be useful if the user wants to pipe the result of the query into other commands

Adding delimiter option to the CLI in 0.1.7. This will be used when the result is printed to standard out or when outputting the query result as one or more CSV files.