You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 running apx Arch run makepkg -si inside of the yay folder (cloned from AUR), it tells me -si are invalid because it thinks they're flags for apx itself and not for makepkg.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: