Returns the string for the bash command to run a remove file command, deleting them from disk.
remove({ files: './dist' }) Copy
remove({ files: './dist' })
The options applied when running the copy.
The bash command string.
Returns the string for the bash command to run a remove file command, deleting them from disk.
Example