Skip to content

Commit

Permalink
Add env variable as an alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
ynuwenhof committed May 17, 2023
1 parent 8493369 commit f4cf86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use sysinfo::{Pid, ProcessExt, System, SystemExt};

#[derive(Parser)]
struct Cli {
#[arg(short, long)]
#[arg(short, long, env = "PROCTREE_UNSORTED")]
unsorted : bool,
}

Expand Down

0 comments on commit f4cf86b

Please sign in to comment.