manojkarthick / pqrs

Command line tool for inspecting Parquet files
Apache License 2.0
294 stars 29 forks source link

Support quiet option for cat subcommand #52

Open klion26 opened 4 months ago

klion26 commented 4 months ago

After this option is enabled, we can send the result to other commands using pipe

This wants to support the feature requested in #35 .

PS: currently we can redirect the stderr elsewhere, and then pipe the result to the other command, but I think adding an option is a good solution because not everyone know this

cc @manojkarthick

abelcha commented 3 months ago

IMO this should be the default behaviour. cat should not write the file name on stderr