generated from PlexSheep/rs-base
remove a done todo
This commit is contained in:
parent
83a56fdb48
commit
470b0c9121
|
@ -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>"]
|
||||||
|
|
|
@ -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>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue