feat: skip git syncing on catalogue generation

This commit is contained in:
2021-12-26 03:46:26 +01:00
parent b0834925a3
commit 9f70a69bbf
2 changed files with 74 additions and 45 deletions

View File

@ -446,6 +446,15 @@ var OnlyErrorFlag = &cli.BoolFlag{
Destination: &OnlyErrors,
}
var SkipUpdates bool
var SkipUpdatesFlag = &cli.BoolFlag{
Name: "skip-updates",
Aliases: []string{"s"},
Value: false,
Usage: "Skip updating git repositories",
Destination: &SkipUpdates,
}
// SSHFailMsg is a hopefully helpful SSH failure message
var SSHFailMsg = `
Woops, Abra is unable to connect to connect to %s.