feat: add --force option to allow binary output to TTY

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-11 13:13:53 -03:00
parent 50de138e23
commit 40f07b6915

View File

@@ -150,6 +150,9 @@ struct OptionsArgs {
#[arg(long, env("KEEP_SERVER_PASSWORD"))]
#[arg(help("Password for server authentication (requires --server)"))]
server_password: Option<String>,
#[arg(long, help("Force output even when binary data would be sent to a TTY"))]
force: bool,
}
/**