supervise

Crates.iosupervise
lib.rssupervise
version0.1.2
sourcesrc
created_at2020-09-02 01:05:56.735671
updated_at2020-09-20 04:40:56.508346
descriptionA simple command line supervisor tool.
homepagehttps://github.com/tmtmtoo/supervise
repositoryhttps://github.com/tmtmtoo/supervise
max_upload_size
id283707
size52,875
matsu (tmtmtoo)

documentation

README

This has been moved into the cx.

:eyes: supervise

a simple command line supervisor tool.

Supervise command execution.

USAGE:
    supervise [OPTIONS] [COMMAND]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --count <count>          maximum number of executions
    -i, --interval <interval>    execution interval (sec) [default: 0.1]

ARGS:
    <COMMAND>...    command and options

example

$ supervise -c 2 -i 2 -- echo abc
Commit count: 35

cargo fmt