We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35ca631 + 77ee99d commit bd3e4b4Copy full SHA for bd3e4b4
1 file changed
router/src/main.rs
@@ -87,7 +87,7 @@ struct Args {
87
/// will refuse to start with an error instead of silently truncating sequences.
88
///
89
/// Unused for gRPC servers
90
- #[clap(long, env, default_value = "true")]
+ #[clap(long, env, default_value = "true", num_args = 0..=1, default_missing_value = "true")]
91
auto_truncate: bool,
92
93
/// The name of the prompt that should be used by default for encoding. If not set, no prompt
0 commit comments