We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b78b5 commit a9b2690Copy full SHA for a9b2690
1 file changed
git-cliff-core/src/command.rs
@@ -23,6 +23,7 @@ pub fn run(
23
input: Option<String>,
24
envs: Vec<(&str, &str)>,
25
) -> Result<String> {
26
+ log::trace!("Running command: {:?}", command);
27
let mut child = if cfg!(target_os = "windows") {
28
Command::new("cmd")
29
.envs(envs)
0 commit comments