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

It should handle directories by default #56

Closed
gaurav-nelson opened this issue Jul 20, 2018 · 2 comments
Closed

It should handle directories by default #56

gaurav-nelson opened this issue Jul 20, 2018 · 2 comments
Labels
duplicate This issue was already asked, please comment on the original one

Comments

@gaurav-nelson
Copy link
Contributor

At present, it requires us to manually run it on directories using the command
find . -name \*.md -exec markdown-link-check {} \;

I believe this should be handled automatically. So that when user runs it on a directory, it should check all markdown files recursively by default.

$ markdown-link-check -p run/on/dir

Let me know if this is required? I can put together up a PR to address this.

@nschonni
Copy link
Contributor

Duplicate of #40 I think

@NicolasMassart NicolasMassart added the duplicate This issue was already asked, please comment on the original one label Sep 26, 2020
@NicolasMassart
Copy link
Contributor

duplicates #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue was already asked, please comment on the original one
Projects
None yet
Development

No branches or pull requests

3 participants