coreutils/src/uu/cp
Terts Diepraam ab859f4efa cp: re-export uucore::{BackupMode, UpdateMode}
This allows other projects to construct values for these types
which in turn allows them to construct Options.

This is implemented at the request of nushell
2023-08-28 00:19:10 +02:00
..
src cp: re-export uucore::{BackupMode, UpdateMode} 2023-08-28 00:19:10 +02:00
Cargo.toml Update the version to 0.0.20 2023-07-14 13:04:17 +02:00
cp.md cp: fix documentation 2023-05-01 03:53:52 -07:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
README.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00

Feature list

To Do

  • cli-symbolic-links
  • context
  • copy-contents
  • sparse

Completed

  • archive
  • attributes-only
  • backup
  • dereference
  • force (Not implemented on Windows)
  • interactive
  • link
  • no-clobber
  • no-dereference
  • no-dereference-preserve-links
  • no-preserve
  • no-target-directory
  • one-file-system
  • parents
  • paths
  • preserve
  • preserve-default-attributes
  • recursive
  • reflink
  • remove-destination (On Windows, current only works for writeable files)
  • strip-trailing-slashes
  • suffix
  • symbolic-link
  • target-directory
  • update
  • verbose
  • version