v0.2.0 #7

Merged
PlexSheep merged 15 commits from devel into master 2024-05-24 09:31:17 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 7929b0af2f - Show all commits

View File

@ -55,6 +55,8 @@ pub struct Cli {
/// a data source, probably a file.
///
/// If left empty or set as "-", the program will read from stdin.
///
/// Directories cannot be dumped.
pub data_source: Vec<String>,
}