diff --git a/src/lib.rs b/src/lib.rs index 4fa4b4e..43cc1d9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -379,6 +379,9 @@ pub fn run(tool: Tool, matches: ArgMatches) -> Result { lltool.args(&tool_args); if matches.get_count("verbose") > 0 { + if let Some(cwd) = lltool.get_current_dir() { + eprint!("{:?} ", cwd.display()); + } eprintln!("{lltool:?}"); }