httpcode
httpcode copied to clipboard
feat: show all codes when there is no argument
Great addition @devhammed. The app dumps a lot of data on the screen though, can you put this feature behind a flag? Say --all?
httpcode --all
.
.
.
Great addition @devhammed. The app dumps a lot of data on the screen though, can you put this feature behind a flag? Say
--all?httpcode --all . . .
I personally would prefer just httpcode but putting behind a flag too isn't bad.
I will look into it ASAP.
The problem really is, when you run httpcode --help the help/usage message is not very informative. The errors you get when you do not provide a code, or when you provide an invalid code help guide the usage.
The problem really is, when you run
httpcode --helpthe help/usage message is not very informative. The errors you get when you do not provide a code, or when you provide an invalid code help guide the usage.
I get that, will put it behind a flag -a/--all