Accept - and -- options

This commit is contained in:
morganamilo 2018-08-02 16:51:33 +01:00
parent a658851bbb
commit db9ff186d6
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -346,6 +346,7 @@ func formatArg(arg string) string {
func isArg(arg string) bool {
switch arg {
case "-", "--":
case "D", "database":
case "Q", "query":
case "R", "remove":