Using a format like -c ["amazon","facebook","google"] users should be able to specify multiple companies.
For better UX hacker-scoper should accept a variety of formats, like:
["amazon","facebook","google"]
{"amazon","facebook","google"}
("amazon","facebook","google")
And variations with '.
hacker-scoper should also recognize the more common format: -c amazon -c facebook -c google
Using a format like
-c ["amazon","facebook","google"]users should be able to specify multiple companies.For better UX hacker-scoper should accept a variety of formats, like:
["amazon","facebook","google"]{"amazon","facebook","google"}("amazon","facebook","google")And variations with
'.hacker-scoper should also recognize the more common format:
-c amazon -c facebook -c google