generated from PlexSheep/rs-base
docs(help): dirs cannot be dumped #4
This commit is contained in:
parent
fb145a7ff4
commit
7929b0af2f
|
@ -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