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
It would be useful to have a -u flag that can take a URL (as it currently does), but could also accept a file containing multiple URLs as input. Additionally, it would be beneficial to have a -o option to save results and a -f option to choose JSON output.
Required Features:
-u flag:
Accepts a single URL as input.
Accepts a file containing multiple URLs as input.
-o option:
Saves results to a specified location.
-f option:
Allows choosing JSON format for output.
Benefits:
Improved flexibility in input handling.
Enhanced usability with options for saving and output formatting.
The text was updated successfully, but these errors were encountered:
Feature Request
Description:
It would be useful to have a
-u
flag that can take a URL (as it currently does), but could also accept a file containing multiple URLs as input. Additionally, it would be beneficial to have a-o
option to save results and a-f
option to choose JSON output.Required Features:
-u
flag:-o
option:-f
option:Benefits:
The text was updated successfully, but these errors were encountered: