summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-03 19:36:55 +0300
committerPaul Buetow <paul@buetow.org>2026-06-03 19:36:55 +0300
commitda8b0d3ba6d27c17f511da0284db8ae44e5e906b (patch)
tree9637e0ea16d64752afc3934fc77244819744a296 /README.md
parent53015df1627c035210f21845cacd401fae094bbf (diff)
Add output verbosity controls for zi0
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 62fc09f..7b471a4 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,13 @@ The following long options override config values:
`--dry-run` accepts the same override options as `--generate`. `--clean` accepts
the same override options, but only `--dist` changes what it removes.
+Output is human-readable by default and reports routine generation progress.
+Use `--quiet` to suppress routine progress while still writing errors to stderr.
+Use `--verbose` for extra diagnostics, including the selected config file,
+effective paths, skipped existing files, staging output directory, and tarball
+decisions. If `--quiet` and `--verbose` are repeated or combined, the last output
+flag wins.
+
## Example usage
1. Run `photoalbum --init`.