Skip to content

Commit

Permalink
Revert --allow-root flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Oct 14, 2024
1 parent 12edc43 commit 1504f30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ struct Args {
#[arg(help = "Set the theme to use in the application")]
theme: Theme,
#[arg(long, default_value_t = false)]
#[clap(help = "Allow linutil to run as root")]
allow_root: bool,
#[arg(long, default_value_t = false)]
#[clap(help = "Show all available options, disregarding compatibility checks (UNSAFE)")]
override_validation: bool,
}
Expand Down

0 comments on commit 1504f30

Please sign in to comment.