Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run custom commands inside of sub systems with Orchid. #383

Open
103sbavert opened this issue Aug 2, 2024 · 2 comments
Open

Comments

@103sbavert
Copy link

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.

@taukakao
Copy link
Member

taukakao commented Aug 2, 2024

Try:
apx <subsystem> run -- <command> {--flags}

"--" tells apx to ignore all additional flags

@103sbavert
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants