mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Prep for thread max argument
This commit is contained in:
parent
f67b3b55a2
commit
40c21b9cb3
12
src/main.rs
12
src/main.rs
|
|
@ -74,12 +74,12 @@ fn main() {
|
|||
.max_values(1)
|
||||
.possible_values(&["K", "M", "G"])
|
||||
.help("Sets the display blocksize to Kilobytes, Megabytes or Gigabytes. Default is Bytes."))
|
||||
// .arg(Arg::with_name("Hidden")
|
||||
// .short("h")
|
||||
// .long("hidden")
|
||||
// .possible_values(&["true", "false"])
|
||||
// .case_insensitive(true)
|
||||
// .help("Searches hidden folders. NOT YET IMPLEMENTED. CURRENTLY TRUE."))
|
||||
// .arg(Arg::with_name("Max threads")
|
||||
// .short("t")
|
||||
// .long("threads")
|
||||
// .default_value(10)
|
||||
// .possible_values(&[2..100])
|
||||
// .help("Set the maximum number of threads."))
|
||||
.arg(Arg::with_name("Print")
|
||||
.short("p")
|
||||
.long("print")
|
||||
|
|
|
|||
Loading…
Reference in a new issue