feat: add exit-code to link check

This commit is contained in:
2026-09-07 14:13:56 +00:00
parent b2a0c08256
commit 15bcaafa85
3 changed files with 15 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ fn main() -> Result<()> {
paths,
porcelain,
null,
} => scripts::link::check(&paths, porcelain, null),
exit_code,
} => scripts::link::check(&paths, porcelain, null, exit_code),
},
cli::Commands::Completions { shell } => scripts::completions::completions(shell),
}