Replies: 1 comment
-
see xmake/xmake/actions/run/main.lua Line 51 in 5379717 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake run --help
shows that you can pass arguments to target:but I cannot figure out how to access them in
on_run
. Documentation does not mention them and nothing likeos.args()
ortarget.arguments()
works.I am using phony targets as helpers to run test executables with some default arguments, would like to use this feature to add some extra ones from command line.
Beta Was this translation helpful? Give feedback.
All reactions