docs(help): dirs cannot be dumped #4
cargo devel CI / cargo CI (push) Failing after 1m14s Details

This commit is contained in:
Christoph J. Scherr 2024-05-23 14:55:03 +02:00
parent b9d0f82ccb
commit 93b01f27cd
1 changed files with 2 additions and 0 deletions

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>,
}