This is useful, for example, when creating journal entries, where the output can be quite large. Although the user can always suppress output with `&1>/dev/null`, we can add a `--quiet` flag as a convenience to them.
This is useful, for example, when creating journal entries, where the output can be quite large.
Although the user can always suppress output with
&1>/dev/null, we can add a--quietflag as a convenience to them.