rust-shell-script / rust_cmd_lib

Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way
https://docs.rs/cmd_lib/
Apache License 2.0
1.05k stars 37 forks source link

how to set timeout when use run_cmd! #57

Closed baoyachi closed 11 months ago

rust-shell-script commented 11 months ago

https://man7.org/linux/man-pages/man1/timeout.1.html

baoyachi commented 11 months ago

THX.