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.04k stars 35 forks source link

Consider adding a "quiet()" method. #4

Closed VentGrey closed 4 years ago

VentGrey commented 4 years ago

This is to prevent filling the screen with a lot of text.

yxdunc commented 4 years ago

Some logs are removed on master (not pushed to crates.io yet). A better solution is to implement a proper logger, @tao-guo suggested that he might work on it at some point. 😊

cf https://github.com/rust-shell-script/rust_cmd_lib/pull/3

casidiablo commented 4 years ago

:+1: i would love to disable logs completely.