signebedi / gptty

ChatGPT wrapper in your TTY
MIT License
50 stars 7 forks source link

[runtime] add a `--quiet` tag for `query` subcommand #47

Closed signebedi closed 1 year ago

signebedi commented 1 year ago

Sometimes users may not want the response printed to stdout but instead just want query responses written to the output_file designated in the config. In these cases, we should allow them to add a --quiet tag.