We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12edc43 commit 1504f30Copy full SHA for 1504f30
tui/src/main.rs
@@ -37,9 +37,6 @@ struct Args {
37
#[arg(help = "Set the theme to use in the application")]
38
theme: Theme,
39
#[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)]
43
#[clap(help = "Show all available options, disregarding compatibility checks (UNSAFE)")]
44
override_validation: bool,
45
}
0 commit comments