Deno.Command arg with an asterisk?
I am trying to execute a shell command from Deno, where one of the command args contains an asterisk. Example:
It yields:
Q: How can I pass an asterisk to one of the Deno.Command args?
It yields:
cp: cannot stat 'source/*': No such file or directory
Q: How can I pass an asterisk to one of the Deno.Command args?
