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

@@ -24,6 +24,10 @@ pub enum Link {
#[arg(long)]
porcelain: bool,
/// Exit with 1 when anything is outside the store, for scripts
#[arg(long)]
exit_code: bool,
/// Terminate porcelain entries with NUL
#[arg(short = 'z')]
null: bool,