A small tool written in pure Rust and tbot. Sends notification via your bot when command exit.
```
USAGE:
noce.exe [FLAGS] [OPTIONS] --chat-id
FLAGS: -h, --help Prints help information -e, --stderr The stderr will be sent if enabled -o, --stdout The stdout will be sent if enabled -s, --silent Don't print stderr and stdout to console if enabled -t, --time Measure execution time if enabled -V, --version Prints version information
OPTIONS:
--chat-id
ARGS:
cargo install noce
noce --stdout --time -- echo "Hello noce"