File: usage.txt

package info (click to toggle)
node-cpr 3.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: javascript: 589; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Usage: cpr <source> <destination> [options]

  Copies files from one directory to another.

Options:
  
  -d, --delete-first              Delete the destination directory before copying.
  -f <regex>, --filter <regex>    Filter out any items that match `<regex>`, a case-insensitive regex pattern.
  -h, --help                      Display this usage info.
  -o, --overwrite                 Overwrite the destination exists if it exists.
  -v, --version                   Display the cpr version.