mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Read inputs from stdin when applicable
This commit is contained in:
+1
-1
@@ -131,5 +131,5 @@ pub fn build_cli() -> Command<'static> {
|
||||
.long("si")
|
||||
.help("print sizes in powers of 1000 (e.g., 1.1G)")
|
||||
)
|
||||
.arg(Arg::new("inputs").multiple_occurrences(true).default_value("."))
|
||||
.arg(Arg::new("inputs").multiple_occurrences(true))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user