pub const DECLARED_ADAPTER_NAME: &str = "declared";Expand description
The adapter name the declared-directory pass answers to.
Not a package manager and not in get_all_adapters(), but it appears in the same
column of the same report, so it needs the same kind of name — and --only,
--skip and disabled_adapters all match on that column. Naming it here is what
keeps the filter, the engine and the report agreeing on the spelling.