remove a done todo

This commit is contained in:
Christoph J. Scherr 2024-02-01 22:38:26 +01:00
parent 83a56fdb48
commit 470b0c9121
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hedu" name = "hedu"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
publish = true publish = true
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]

View File

@ -86,7 +86,6 @@ pub struct Cli {
/// a data source, probably a file. /// a data source, probably a file.
/// ///
/// If left empty or set as "-", the program will read from stdin. /// If left empty or set as "-", the program will read from stdin.
// TODO: take many sources #60
pub data_source: Vec<String>, pub data_source: Vec<String>,
} }