```
$ snapdir id --help
Print the manifest ID of a directory or a manifest piped via stdin
Usage: snapdir id [OPTIONS] [PATH]
Arguments:
[PATH]
Directory to describe (omit to read a manifest from stdin)
Options:
--exclude <PATTERN>
Exclude paths matching PATTERN
-q, --quiet
Suppress stderr banners and the live progress line
--color <WHEN>
When to colorize progress output: auto, always, or never
Possible values:
- auto: Color when attached to a TTY and `NO_COLOR` is unset (default)
- always: Always emit color
- never: Never emit color
[default: auto]
--walk-jobs <N>
Max parallel file-hashing jobs during the directory walk (0/auto = number of CPUs, capped). Distinct from transfer concurrency
[env: SNAPDIR_WALK_JOBS=]
--no-progress
Disable the live progress line (transfers still run)
[env: SNAPDIR_NO_PROGRESS=]
--verbose
Enable verbose output. Honored by the transfer commands (push/fetch/pull/checkout/stage/sync emit an effective-config banner and CACHED/SAVED notices) and verify-cache (purge notices); inert elsewhere
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
```