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

Url list option #967

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

JustMisha
Copy link

@JustMisha JustMisha commented May 22, 2020

adding an option --url_list FILENAME to check files (urls) specified in file FILENAME where each line of the file contains a file (URL). If the option is set checker validates both the files in this file and the ones specified in command-line arguments. That allows start vnu.jar only once to check any numbers of pages.

Also adding in cli-help:

--url_list FILENAME

Specifies a filename with files (URLs) to be checked. Each line of the 
file contains a file (URL). If the option is set checker validates both 
the files in this file and the ones specified in command-line arguments.

default: [unset; vnu validates only files (URLs) specified after all the 
options or in standard input]    

mike and others added 7 commits May 22, 2020 20:08
…in file FILENAME where each line of the file contains a file (URL). If the option is set checker validates both the files in this file and the ones specified in command-line arguments
… -> "--file-url-list" as in the other parameters are
Copy link

@CSUJAY CSUJAY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The coding is good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants