mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 07:40:40 -08:00
[documentation] Note about running single-threaded
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user