diff --git a/src/main.rs b/src/main.rs index 63f27ef..392ff2c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -150,6 +150,9 @@ struct OptionsArgs { #[arg(long, env("KEEP_SERVER_PASSWORD"))] #[arg(help("Password for server authentication (requires --server)"))] server_password: Option, + + #[arg(long, help("Force output even when binary data would be sent to a TTY"))] + force: bool, } /**