For example, if a report exists to list the contents of the People
table, arguments should allow for a column and a list of what to filter by e.g.
holo list people -c firstName -p John Taylor Hayley
This will run the people
report and dynamically insert the amount of WHERE
statements for those three names. More has to be looked into for it to be easily parsable by the program and for the inclusion of multiple columns/params.