Crates.io | mtime |
lib.rs | mtime |
version | 0.1.0 |
source | src |
created_at | 2020-08-31 00:23:36.030274 |
updated_at | 2020-08-31 00:23:36.030274 |
description | Rust port of multitime with custom changes. |
homepage | https://github.com/lafolle/mtime |
repository | https://github.com/lafolle/mtime |
max_upload_size | |
id | 282891 |
size | 21,492 |
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