mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
+7
-1
@@ -34,6 +34,12 @@ pub fn build_cli() -> Command<'static> {
|
||||
.multiple_occurrences(true)
|
||||
.help("Exclude any file or directory with this name"),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("ignore_links")
|
||||
.short('l')
|
||||
.long("ignore-links")
|
||||
.help("Ignore links"),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("limit_filesystem")
|
||||
.short('x')
|
||||
@@ -136,6 +142,6 @@ pub fn build_cli() -> Command<'static> {
|
||||
Arg::new("only_dir")
|
||||
.short('D')
|
||||
.long("only-dir")
|
||||
.help("Only directories will be displayed."),
|
||||
.help("Only directories will be displayed."),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user