mirror of
https://github.com/bootandy/dust.git
synced 2026-01-18 23:56:07 -08:00
feat: display the size of a file or directory in "kilobytes"
feat: display the size of a file or directory in "kilobytes"
This commit is contained in:
@@ -193,6 +193,13 @@ pub fn build_cli() -> Command {
|
||||
.action(clap::ArgAction::SetTrue)
|
||||
.help("Only files will be displayed. (Finds your largest files)"),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("display_kb")
|
||||
.short('k')
|
||||
.long("display-kb")
|
||||
.action(clap::ArgAction::SetTrue)
|
||||
.help("display the size of a file or directory in kilobytes"),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("stack_size")
|
||||
.short('S')
|
||||
|
||||
Reference in New Issue
Block a user