feat: add exit-code to link check
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user