Closed jyn514 closed 3 years ago
Closes https://github.com/deadlinks/cargo-deadlinks/issues/29. I named it --forbid-http to be consistent with the HttpCheck enum, and I used Forbid there because I thought it gave greater contrast from Disabled, which was ambiguous.
--forbid-http
HttpCheck
Forbid
Disabled
@hobofan does this look like about what you were imagining in https://github.com/deadlinks/cargo-deadlinks/issues/2#issuecomment-334741788 ?
Note that this is technically a breaking change because of the change to CheckContext, I want to get out one more 0.7 release before merging this.
Closes https://github.com/deadlinks/cargo-deadlinks/issues/29. I named it
--forbid-http
to be consistent with theHttpCheck
enum, and I usedForbid
there because I thought it gave greater contrast fromDisabled
, which was ambiguous.@hobofan does this look like about what you were imagining in https://github.com/deadlinks/cargo-deadlinks/issues/2#issuecomment-334741788 ?