瀏覽代碼

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

Accept - and -- options
Anna 6 年之前
父節點
當前提交
6c5c6ab8f6
共有 1 個文件被更改,包括 1 次插入0 次删除
  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":