Returns the string for the bash command to run a move command, moving files from one location to another.
move({ src: './src', dest: './dist' }) Copy
move({ src: './src', dest: './dist' })
The options applied when running the move.
The bash command string.
Returns the string for the bash command to run a move command, moving files from one location to another.
Example