feat!: report findings with exit code 4, not the code for failure

This commit is contained in:
2026-09-08 15:05:00 +00:00
parent 23b7fde0ea
commit d7a54c70f9
3 changed files with 17 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ pub enum Link {
#[arg(long)]
porcelain: bool,
/// Exit with 1 when anything is outside the store, for scripts
/// Exit with 4 when anything is outside the store, for scripts
#[arg(long)]
exit_code: bool,