()
| 1 | use std::process::Command; |
| 2 | |
| 3 | fn cli_binary() -> Command { |
| 4 | Command::new(env!("CARGO_BIN_EXE_ncu-cli")) |
| 5 | } |
| 6 | |
| 7 | // --------------------------------------------------------------------------- |
| 8 | // Backward compatibility: `ncu-cli --input <path>` still works |
no outgoing calls
no test coverage detected