Przeglądaj źródła

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

Jo 7 miesięcy temu
rodzic
commit
89b32ee9ce
2 zmienionych plików z 3 dodań i 0 usunięć
  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":