Open 103sbavert opened 3 months ago
Try:
apx <subsystem> run -- <command> {--flags}
"--" tells apx to ignore all additional flags
I've removed VanillaOS for the time being. If you want you can close this issue or keep it open until the parsing is fixed.
When I run
apx <subsystem> run <command> {--flags}
, it doesn't seem to parse the flags correctly and using quotes, double or single, doesn't help at all.In particular, while trying to install yay through
makepkg -si
by runningapx Arch run makepkg -si
inside of theyay
folder (cloned from AUR), it tells me-si
are invalid because it thinks they're flags for apx itself and not for makepkg.