#directory #updated #verbose #print #copy #action #output

bin+lib dir_update

Simple utility to copy files into directory, only if they are updated

2 unstable releases

0.2.0 Dec 21, 2018
0.1.0 Dec 21, 2018

#19 in #verbose

24 downloads per month

Apache-2.0

9KB
152 lines

dir_update

Build status Build Status Crates.io

Simple utility to copy files into directory, only if they are updated

Usage

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.

lib.rs:

Utility to update files in directory

Dependencies

~3.5MB
~63K SLoC