mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
@@ -118,7 +118,7 @@ fn main() -> Result<()> {
|
||||
.install_default()
|
||||
.expect("Calling `install_default` only once per process should always succeed");
|
||||
|
||||
let cli = Cli::try_parse()?;
|
||||
let cli = Cli::parse();
|
||||
|
||||
// Modifying the environment of a running process is unsafe. If any other
|
||||
// thread is reading or writing the environment, something bad can happen.
|
||||
|
||||
Reference in New Issue
Block a user