-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Feature Description
This is similar to #133 but came from cargo-make and is for array:
When using cargo-make
, additional parameters are stored in ${@}
, like other runners.
However, in duckscript, ${@}
is an array, making it impossible to pass to exec
.
Describe The Solution You'd Like
Maybe add a new syntax to spread the array?
Code Sample
/// paste code here
exec cargo run --release -- ${@}
Or any new syntax makes the above work.
Metadata
Metadata
Assignees
Labels
No labels