jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.55k stars 308 forks source link

Error: unknown shorthand flag: 'q' in -q #71

Open securi3ytalent opened 5 months ago

securi3ytalent commented 5 months ago

commend: gospider -q -s "https://google.com/"

Error: unknown shorthand flag: 'q' in -q

When i use this commend in kali linux ( gospider -q -s "https://google.com/" ) it's give me the errer ( Error: unknown shorthand flag: 'q' in -q ) then I use this command ( gospider q -s "https://google.com/" ) and successfully tools work.

unknown shorthand flag q in -q

securi3ytalent commented 5 months ago

I want to solve this problem.