rust_cmd_lib icon indicating copy to clipboard operation
rust_cmd_lib copied to clipboard

Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way

Results 13 rust_cmd_lib issues
Sort by recently updated
recently updated
newest added

I cannot seem to find any function/macro in this library that I can use to get an exit code from a command. The closest I found is `run_cmd!()`, but that...

This PR introduces a new optional `build-print` feature, allowing users to capture and display logs generated during `build.rs` execution. ### Changes - Adds `build-print` as an optional dependency, conditionally enabling...

I found the edition is `cargo.toml` is still 2018. However, the 2024 is coming.