feat(cli): include filenames in parsing xml output
This commit is contained in:
parent
e1b424c191
commit
335bfabc60
2 changed files with 18 additions and 3 deletions
|
|
@ -1055,6 +1055,7 @@ impl Parse {
|
|||
.map(|p| p.to_string_lossy().chars().count())
|
||||
.max()
|
||||
.unwrap_or(0);
|
||||
options.stats.source_count = paths.len();
|
||||
|
||||
for path in &paths {
|
||||
let path = Path::new(&path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue