[documentation] Note about running single-threaded

This commit is contained in:
andy.boot
2023-01-07 14:52:13 +00:00
parent 26bc26277d
commit c012567c38

View File

@@ -1,5 +1,8 @@
use clap::{Arg, Command};
// For single thread mode set this variable on your command line:
// export RAYON_NUM_THREADS=1
pub fn build_cli() -> Command<'static> {
Command::new("Dust")
.about("Like du but more intuitive")