dir_update 0.2.0

Simple utility to copy files into directory, only if they are updated
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented0 out of 7 items with examples
  • Size
  • Source code size: 8.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 322.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DoumanAsh/dir_update
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DoumanAsh

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.