Skip to content

Add csv file option#102

Merged
becheran merged 2 commits intomasterfrom
feature/result-file
May 29, 2025
Merged

Add csv file option#102
becheran merged 2 commits intomasterfrom
feature/result-file

Conversation

@becheran
Copy link
Copy Markdown
Owner

Add possibility to set csv file as output which contains a list of all failed links. See #40

@xxxserxxx would the implementation solve your issue? Is listing of all failed check in a CSV file good enough for your usecase or would you need additional fields?

@xxxserxxx
Copy link
Copy Markdown

Hmm. It looks like it should; I checked out the branch and compiled it, and I see the related code in the files, but I get an error trying to use it:

$ ./target/debug/mlc --csv .

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                          +
+            markup link checker - mlc v0.21.0             +
+                                                          +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

error: unexpected argument '--csv' found

  tip: to pass '--csv' as a value, use '-- --csv'

Usage: mlc [OPTIONS] [directory]

For more information, try '--help'.
$ git branch
* feature/result-file

I'm probably compiling it wrong or something. But, yeah, that would be perfect.

@becheran becheran merged commit 08c4612 into master May 29, 2025
8 checks passed
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.

2 participants