| Crates.io | dir_update |
| lib.rs | dir_update |
| version | 0.2.0 |
| created_at | 2018-12-21 17:23:42.517077+00 |
| updated_at | 2018-12-21 18:04:12.790147+00 |
| description | Simple utility to copy files into directory, only if they are updated |
| homepage | |
| repository | https://github.com/DoumanAsh/dir_update |
| max_upload_size | |
| id | 103163 |
| size | 8,699 |
Simple utility to copy files into directory, only if they are updated
dir_update 0.1.0
Copy files into directory, if they are updated
USAGE:
dir_update.exe [FLAGS] <FROM> <TO>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
--verbose Enables verbose output to print each action.
ARGS:
<FROM> Directory from which to copy files.
<TO> Directory into which to copy files.