mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[documentation] Note about running single-threaded
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
use clap::{Arg, Command};
|
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> {
|
pub fn build_cli() -> Command<'static> {
|
||||||
Command::new("Dust")
|
Command::new("Dust")
|
||||||
.about("Like du but more intuitive")
|
.about("Like du but more intuitive")
|
||||||
|
|||||||
Reference in New Issue
Block a user