mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
feat: Add option to override compatibility checks
This commit is contained in:
parent
d4a3889e00
commit
da2433d9d9
|
@ -33,6 +33,9 @@ struct Args {
|
|||
/// Enable compatibility mode (disable icons and RGB colors)
|
||||
#[arg(short, long, default_value_t = false)]
|
||||
compat: bool,
|
||||
#[arg(long, default_value_t = false)]
|
||||
#[clap(help = "Show all available options, disregarding compatibility checks (UNSAFE)")]
|
||||
override_validation: bool,
|
||||
}
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
|
|
Loading…
Reference in New Issue
Block a user