mtime

Crates.iomtime
lib.rsmtime
version0.1.0
sourcesrc
created_at2020-08-31 00:23:36.030274
updated_at2020-08-31 00:23:36.030274
descriptionRust port of multitime with custom changes.
homepagehttps://github.com/lafolle/mtime
repositoryhttps://github.com/lafolle/mtime
max_upload_size
id282891
size21,492
Karan Chaudhary (lafolle)

documentation

README

Rust port of multitime (simple mode) with some custom changes.

[Development in progress]

mtime 0.0
lafolle
Rust port of mtime

USAGE:
    mtime [FLAGS] [OPTIONS] <cmd>...

FLAGS:
    -h, --help       Prints help information
    -q, --quiet      Do not emit output of cmd to stdout
    -V, --version    Prints version information

OPTIONS:
    -d, --initial-delay <initial-delay>    Waits for this many seconds before executing first run of command
    -n, --numruns <numruns>                Number of times the command will run
    -s, --sleep <sleep>                    Sleeps randomly (uniform distribution) for [0..sleep] duration between
                                           executing commands

ARGS:
    <cmd>...    Command to be executed

asciicast

Commit count: 9

cargo fmt