Fix default value of interdiff

This commit is contained in:
Quentin Boyer 2025-01-14 14:31:33 +01:00
parent 291be8dba0
commit 2fc6af4390

View file

@ -235,7 +235,7 @@ struct FormatPatch {
#[arg(
short = 'B',
long,
help = "Reference for the interdiff (defaults to origin/master)"
help = "Reference for the interdiff (defaults to ${config.interdiff_base})"
)]
base_diff: Option<String>,
extra_args: Vec<String>,