Skip to content

Support arrays in "exec" invocation #133

@berkus

Description

@berkus

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions