generated from PlexSheep/baserepo
add a fixme
cargo devel CI / cargo CI (push) Successful in 2m4s
Details
cargo devel CI / cargo CI (push) Successful in 2m4s
Details
This commit is contained in:
parent
ca50a038da
commit
62fa938b1c
|
@ -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]));
|
||||
|
|
Reference in New Issue