Prep for thread max argument

This commit is contained in:
Jon Moroney 2018-02-12 10:31:30 +01:00
parent f67b3b55a2
commit 40c21b9cb3

View file

@ -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")