Commit graph

3 commits

Author SHA1 Message Date
Marc Cornellà
15900e7778 cp plugin: remove -- to separate files from options
This has some undesired effects, like having `cpv --help` be a file
not found error.

Use `--` yourself if you need it:

```zsh
cpv -- -some-file-with-hyphens.txt /tmp
```
2016-10-04 00:19:53 +02:00
Marc Cornellà
b7f8e238cb cp plugin: recurse directories 2016-10-04 00:19:53 +02:00
Marc Cornellà
ef82e79731 cp plugin: add a README file 2016-10-04 00:19:53 +02:00