### Problem Current `cargo test ... -- --nocapture` cannot written in cargo config alias. Would be nice to add cargo config preference option for `-- --nocapture`. ### Proposed Solution ```toml [test] default_nocapture = true ``` ### Notes _No response_