瀏覽代碼

fix(parser): allow disable-sandbox option. fixes #2509 (#2511)

Jo 7 月之前
父節點
當前提交
89b32ee9ce
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2 0
      .gitignore
  2. 1 0
      pkg/settings/parser/parser.go

+ 2 - 0
.gitignore

@@ -30,3 +30,5 @@ qemu-*
 *.pprof
 
 node_modules/
+xgotext
+.devcontainer/

+ 1 - 0
pkg/settings/parser/parser.go

@@ -372,6 +372,7 @@ func isArg(arg string) bool {
 	case "y", "refresh":
 	case "x", "regex":
 	case "machinereadable":
+	case "disable-sandbox":
 	// yay options
 	case "aururl":
 	case "aurrpcurl":