generated from PlexSheep/rs-base
v0.2.0 #7
|
@ -55,6 +55,8 @@ 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.
|
||||||
|
///
|
||||||
|
/// Directories cannot be dumped.
|
||||||
pub data_source: Vec<String>,
|
pub data_source: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue