add a fixme
cargo devel CI / cargo CI (push) Successful in 2m4s Details

This commit is contained in:
Christoph J. Scherr 2024-01-18 09:53:27 +01:00
parent ca50a038da
commit 62fa938b1c
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ fn main() {
}
for (i, source) in sources.iter_mut().enumerate() {
let mut config = HeduConfig::new(cli.chars, cli.skip, cli.show_identical, cli.limit);
// FIXME: find a better way to get the file name
// Currently, skipped sources make an extra newline here.
match config.chars {
false => {
println!("{:─^59}", format!(" {} ", cli.data_source[i]));