Use -o flag for synthesize output dir

This commit is contained in:
Max Brunsfeld
2025-12-29 19:19:10 -08:00
parent 5cfdfd32c6
commit 9a8ccb32ac

View File

@@ -176,7 +176,7 @@ struct SynthesizeArgs {
max_commits: usize,
/// Output directory for draft examples
#[clap(long, default_value = "staging")]
#[clap(short = 'o', long)]
output_dir: PathBuf,
/// Only generate examples that require retrieved context to make a correct prediction