httpcode icon indicating copy to clipboard operation
httpcode copied to clipboard

feat: show all codes when there is no argument

Open devhammed opened this issue 4 years ago • 4 comments
trafficstars

devhammed avatar Dec 01 '20 12:12 devhammed

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
.
.
.

faithfulnessalamu avatar Dec 01 '20 15:12 faithfulnessalamu

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.

devhammed avatar Dec 01 '20 17:12 devhammed

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.

faithfulnessalamu avatar Dec 01 '20 20:12 faithfulnessalamu

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.

I get that, will put it behind a flag -a/--all

devhammed avatar Dec 01 '20 22:12 devhammed