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

Allow specifying multiple directories with --dir #89

Closed
jyn514 opened this issue Nov 3, 2020 · 1 comment · Fixed by #116
Closed

Allow specifying multiple directories with --dir #89

jyn514 opened this issue Nov 3, 2020 · 1 comment · Fixed by #116
Labels
C-enhancement Category: This is a new feature help wanted
Milestone

Comments

@jyn514
Copy link
Contributor

jyn514 commented Nov 3, 2020

Currently I'm using ls -d tracing* | xargs -i -n1 cargo deadlinks --dir target/doc/{}. It would be nice to just use cargo deadlinks --dir target/doc/tracing*.

@jyn514 jyn514 added the C-enhancement Category: This is a new feature label Nov 3, 2020
@jyn514
Copy link
Contributor Author

jyn514 commented Nov 3, 2020

And a related issue: if multiple directories are specified, don't strip the top-level directory. Right now I don't know from the output that struct.FlameSubscriber.html is actually in target/doc/tracing_flame/struct.FlameSubscriber.html, because tracing_flame was stripped.

@jyn514 jyn514 added this to the 1.0 milestone Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: This is a new feature help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant