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
I'm using Python 3.7.0 on macOS 10.14.2 and none of the options works. For example:
statcode -a just prints usage. statcode --list also. statcode -n 404 says "Sorry, statcode does not recognize: -n". But it prints it in usage message as valid option.
The text was updated successfully, but these errors were encountered:
Maybe the help is not specific enough, but since I implemented that part, I can answer:
Since statcode handles both status codes as well as headers, the all options wouldnt make much sense without a specifier, since listing statuses and headers together is a bit confusing.
If you read the usage it explicity says:
-a,-l, --all,--list statucode prints all codes in compact version
-a,-l, --all,--list headers prints all headers in compact version
I'm using Python 3.7.0 on macOS 10.14.2 and none of the options works. For example:
statcode -a
just prints usage.statcode --list
also.statcode -n 404
says "Sorry, statcode does not recognize: -n". But it prints it in usage message as valid option.The text was updated successfully, but these errors were encountered: