grim/resticide

32bc94f303e2
Give the --help output some tlc, also added a --version argument
{
"name": "httpbin headers",
"request": {
"path": "/headers",
"method": "GET",
"headers": {
"X-UA": ["resticide"]
},
"response": {
"statuscode": 200,
"headers": {
"X-UA": ["resticide"]
}
}
}
}