-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Some CLI arguments appear in cargo deny -h
but are undocumented in the book:
--locked
--frozen
(help text says "Require Cargo.lock and cache are up to date"; what cache is this referring to?)--allow-git-index
The fetch
subcommand is not mentioned in the book at all.
One argument appears in cargo deny list -h
but is undocumented in the book:
--config
Additionally, there is an out of date description of cargo deny list --color
but that argument was moved to the top level (common) arguments.
To reproduce
n/a
cargo-deny version
cargo-deny 0.16.1
What OS were you running cargo-deny on?
Linux
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working