httpcode icon indicating copy to clipboard operation
httpcode copied to clipboard

Reduce ambiguity in output format

Open tfalamu opened this issue 5 years ago • 0 comments

Currently, the output looks something like this:

$ httpcode 404
Not Found

This could be misleading as the user is unsure if the code is "Not Found in the corpus" or the code represents "Not Found". A better output format should eliminate all ambiguities. An example would be:

$ httpcode 404
404 means *Not Found* 

Or something more fancy, maybe.

tfalamu avatar Dec 01 '20 15:12 tfalamu