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