diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 19:36:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 19:36:55 +0300 |
| commit | da8b0d3ba6d27c17f511da0284db8ae44e5e906b (patch) | |
| tree | 9637e0ea16d64752afc3934fc77244819744a296 /README.md | |
| parent | 53015df1627c035210f21845cacd401fae094bbf (diff) | |
Add output verbosity controls for zi0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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`. |
