Skip to content
New issue

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

Bug: Some CLI arguments are undocumented #718

Closed
eric-seppanen opened this issue Nov 13, 2024 · 0 comments · Fixed by #719
Closed

Bug: Some CLI arguments are undocumented #718

eric-seppanen opened this issue Nov 13, 2024 · 0 comments · Fixed by #719
Labels
bug Something isn't working

Comments

@eric-seppanen
Copy link

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

@eric-seppanen eric-seppanen added the bug Something isn't working label Nov 13, 2024
Jake-Shadle added a commit that referenced this issue Nov 15, 2024
Resolves: #718
Jake-Shadle added a commit that referenced this issue Nov 15, 2024
Resolves: #706
Resolves: #718
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant