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

This commit is contained in:
Jo 2024-09-24 10:12:41 +02:00 committed by GitHub
parent f68a57129f
commit 89b32ee9ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

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

View File

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