Browse Source

Merge pull request #612 from Morganamilo/accept---

Accept - and -- options
Anna 6 years ago
parent
commit
6c5c6ab8f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      parser.go

+ 1 - 0
parser.go

@@ -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":