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

add alias to auto_req for disabled option #102

Merged
merged 1 commit into from
Mar 2, 2024
Merged

add alias to auto_req for disabled option #102

merged 1 commit into from
Mar 2, 2024

Conversation

Will-Shanks
Copy link
Contributor

Adding a no alias to auto-req for the disabled option to reverse a regression made as part of #82 see #101 for details.

> #before 
> cargo run --release -- --auto-req no
error: invalid value 'no' for '--auto-req <AUTO_REQ>'
  [possible values: disabled, builtin, find-requires, /path/to/find-requires]

For more information, try '--help'.

> #after
> cargo run --release -- --auto-req no
>

@cat-in-136 cat-in-136 linked an issue Feb 24, 2024 that may be closed by this pull request
@cat-in-136 cat-in-136 merged commit 1c784fd into cat-in-136:master Mar 2, 2024
1 check passed
@cat-in-136
Copy link
Owner

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Out of date documentation on --auto-req options in readme
2 participants