-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
I'm using duckscript for cargo-make scripting and sometimes I need to run something like
'''
exec ${CMD} ${CMD_ARGS} someFile
'''
exec attempts to put all CMD_ARGS into a single argument and of course the command fails.
it'd be nice if there was either a flag to exec to support this or at least support for array invocation like
'''
args = split ${CMD_ARGS} " "
exec ${CMD} ${args} someFile
'''
duckscript 0.5.0 in cargo-make 0.32.5
Metadata
Metadata
Assignees
Labels
No labels