Where do we pass -y to stop the prompt? #7474
-
|
Every time I run I get the following prompt
It is followed by a list of dependencies and ends with
It seems to re-install everything that is in the cache directory. Perhaps this is because the build dies due to another discussion I'm going to open, but for this discussion, I just want the build to run like it is in a batch queue with no humans around. I even tried adding a "q" step It's gotta be something simple I haven't found in the doc, right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You should add it to |
Beta Was this translation helpful? Give feedback.
-
ruki:xmake ruki$ xmake --help | grep yes
-y, --yes Input yes by default if need user confirm.
- yes |
Beta Was this translation helpful? Give feedback.
You should add it to
xmake qsince that's where the package installation take place.