1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-11 14:30:24 +02:00

core: doc and logging touchups

This commit is contained in:
Andrew Gallant
2023-09-26 12:03:11 -04:00
parent c3e85f2b44
commit 0951820f63
2 changed files with 42 additions and 30 deletions

View File

@ -1140,6 +1140,7 @@ impl ArgMatches {
}
},
};
log::debug!("hyperlink format: {:?}", fmt.to_string());
Ok(HyperlinkConfig::new(env, fmt))
}