Merge pull request #53 from jshirley/master

Add support for a unix socket proxy
This commit is contained in:
coryb
2016-09-22 19:14:07 -07:00
committed by GitHub
3 changed files with 62 additions and 10 deletions
+2
View File
@@ -104,6 +104,7 @@ General Options:
-t --template=FILE Template file to use for output/editing
-u --user=USER Username to use for authenticaion (default: %s)
-v --verbose Increase output logging
--unixproxy=PATH Path for a unix-socket proxy (eg., --unixproxy /tmp/proxy.sock)
--version Print version
Query Options:
@@ -241,6 +242,7 @@ Command Options:
"S|saveFile=s": setopt,
"T|time-spent=s": setopt,
"Q|quiet": setopt,
"unixproxy": setopt,
"down": setopt,
})