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
Initially, there was no
exit 1orexit 0code, 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,
Ruby uses ARGV as an array, but I'm not quite sure how things should be handled here