imag/imag-counter
Matthias Beyer da3b463ff0 imag-counter: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:26 +02:00
..
src imag-counter: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:26 +02:00
Cargo.toml imag-counter: init 2016-03-12 16:06:10 +01:00
README.md Add README for imag-counter 2016-03-25 15:56:42 +01:00

README.md

imag-counter

A simple module to count things.

imag counter create --name example --initval 42 # or: -n example -i 42
imag counter --inc example # or -i example
imag counter --reset example
imag counter --dev example # or -d example