mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
f36832c392
- Passing `never` to `--reflink` does not raise an error anymore. - Remove `Options::reflink` flag as it was redundant with `reflink_mode`. - Add basic tests for this option. Does not check that a copy-on-write rather than a regular copy was made. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Feature list
To Do
- archive
- attributes-only
- copy-contents
- no-dereference-preserve-linkgs
- dereference
- no-dereference
- preserve-default-attributes
- preserve
- no-preserve
- parents
- reflink
- sparse
- strip-trailing-slashes
- update
- one-file-system
- context
- cli-symbolic-links
Completed
- backup
- force (Not implemented on Windows)
- interactive
- link
- no-clobber
- no-target-directory
- paths
- recursive
- remove-destination (On Windows, current only works for writeable files)
- suffix
- symbolic-link
- target-directory
- verbose
- version