print-dependent-ids
Name
cave-print-dependent-ids — Prints a list of installed IDs that are dependent upon another installed ID.
Synopsis
cave print-dependent-ids spec
DESCRIPTION
Prints a list of installed IDs that are dependent upon another installed ID. No formatting is used, making the output suitable for parsing by scripts.
OPTIONS
Global Options
Global options, used by every subcommand.
- -h , --help
- display help message
Display Options
Controls the output format.
- -f , --format
- Select the output format. Special tokens recognised are %c for category, %p for package, %v for version, %s for slot, %S for slot in its native format, %: for ':' if we have a slot and empty otherwise, %r for repository, %F for the canonical full form, %V for the canonical full version, %W for the canonical full unversioned form, %N for the canonical full unnamed form, %u for a uniquely identifying dependency spec, %I is equivalent to %c/%p%:%s,\n for newline, \t for tab. Default is '%F\n'.