You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue I'll be adding json output. Users can type -j and the output will be in a json format instead of the standard format.
The JSON output should look like: [ { "url": 'https://www.google.com', "status": 200 }, { "url": 'https://bad-link.com', "status": 404 } ]
The text was updated successfully, but these errors were encountered:
This issue I'll be adding json output. Users can type -j and the output will be in a json format instead of the standard format.
The JSON output should look like:
[ { "url": 'https://www.google.com', "status": 200 }, { "url": 'https://bad-link.com', "status": 404 } ]
The text was updated successfully, but these errors were encountered: