Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion router/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct Args {
/// will refuse to start with an error instead of silently truncating sequences.
///
/// Unused for gRPC servers
#[clap(long, env, default_value = "true")]
#[clap(long, env, default_value = "true", num_args = 0..=1, default_missing_value = "true")]
auto_truncate: bool,

/// The name of the prompt that should be used by default for encoding. If not set, no prompt
Expand Down
Loading