pub const CACHES_CLEAR_EXAMPLES: &str = "\
EXAMPLES:
devp caches clear npm One manager, after confirming
devp caches clear cargo Both cargo rows: the registry cache and its sources
devp caches clear all --dry-run Everything that would go, and nothing touched
devp caches clear all --yes No prompt, for a script
devp caches clear go --json --yes
Machine-readable (`--json` requires `--yes`)
Exit code 1 if any cache could not be cleared; the rows are printed either way.";