-
Notifications
You must be signed in to change notification settings - Fork 17
Support for ignore link list from a file #51
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
At the moment the links to ignore are provided as option parameters on the command line:
mlc -i '<mylinktoignore>'
This is inconvenient if mlc is run during a pipeline, as adding / removing a link to ignore requires changing the pipeline config file.
Describe the solution you'd like
Allow to specify a file that provides the list of links to ignore. This would allow to just edit the file to change the list of links to ignore, like when you edit .gitignore to specify the files / dirs that should be ignored by git.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels