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