Skip to content

Commit 1504f30

Browse files
Revert --allow-root flag
1 parent 12edc43 commit 1504f30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tui/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ struct Args {
3737
#[arg(help = "Set the theme to use in the application")]
3838
theme: Theme,
3939
#[arg(long, default_value_t = false)]
40-
#[clap(help = "Allow linutil to run as root")]
41-
allow_root: bool,
42-
#[arg(long, default_value_t = false)]
4340
#[clap(help = "Show all available options, disregarding compatibility checks (UNSAFE)")]
4441
override_validation: bool,
4542
}

0 commit comments

Comments
 (0)