File tree Expand file tree Collapse file tree
src/Elgentos/HttpStatuscodeChecker/Console Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Arguments:
1919Options:
2020 -u, --url-header=URL-HEADER Name of header in CSV file for URL [default: " url" ]
2121 -b, --base-uri=BASE-URI Set the base URI to be prepended for relative URLs
22+ -a, --user-agent[= USER-AGENT] Set the user agent to be used for the requests
2223 -d, --delay=DELAY Delay between requests [default: 500]
2324 -f, --file-output[= FILE-OUTPUT] Write output to CSV file
24- -t, --track-redirects Flag to track intermediate 301/302 status codes in output too
25-
25+ -t, --track-redirects Flag to track intermediate 301/302 status codes in output too
2626```
2727
2828#### Built by elgentos
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CheckCommand extends Command
2828 /_/
2929 by elgentos ' ;
3030
31- public const VERSION = '1.0 .0 ' ;
31+ public const VERSION = '1.1 .0 ' ;
3232 protected InputInterface $ input ;
3333 protected OutputInterface $ output ;
3434 protected string $ name = 'check ' ;
You can’t perform that action at this time.
0 commit comments