errors and such
Opened this issue · 1 comments
gazayas commented
Initially, there was no exit 1
or exit 0
code, so I added some, but I'm not sure if they're in the appropriate places.
Besides that, there's not really any way of handling extra variables
for example,
$ http 200 these shouldn't be here
Ruby uses ARGV as an array, but I'm not quite sure how things should be handled here
JaroslawWiosna commented