We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some CLI arguments appear in cargo deny -h but are undocumented in the book:
cargo deny -h
--locked
--frozen
--allow-git-index
The fetch subcommand is not mentioned in the book at all.
fetch
One argument appears in cargo deny list -h but is undocumented in the book:
cargo deny list -h
--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.
cargo deny list --color
n/a
cargo-deny 0.16.1
Linux
No response
The text was updated successfully, but these errors were encountered:
Update docs
f6f2a00
Resolves: #718
Prep release (#719)
f9e9889
Resolves: #706 Resolves: #718
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: