Skip to content

--skip-domains not acceping a list #102

@kattni

Description

@kattni

Describe the bug
The --skip-domains argument is not accepting a list, for me. It works fine with a single URL in the list, but adding a second one causes it to fail.

To Reproduce
Steps to reproduce the behavior:

  1. Add two URLs to the list after --skip-domains=.
  2. Run markdown-checker.
  3. See failure:
Usage: markdown-checker [OPTIONS] SRC ...
Try 'markdown-checker --help' for help.

Error: Invalid value for 'SRC ...': Path 'https://url-here.com]' does not exist.

Expected behavior
I expect that it should accept a list of multiple URLs. I may be wrong about this behavior.

Desktop (please complete the following information):

  • OS: macOS
  • Browser Waterfox
  • Version macOS 15.6.1

Additional context
I can call --skip-domains twice to get both URLs skipped, so there is currently a workaround.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentationgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions