return exit code 11 if the repository could not be locked

This commit is contained in:
Michael Eischer
2024-06-30 17:53:33 +02:00
parent 3b7228c8c1
commit d76a78aa99
29 changed files with 30 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ EXIT STATUS
Exit status is 0 if the command was successful.
Exit status is 1 if there was any error.
Exit status is 11 if the repository is already locked.
`,
DisableAutoGenTag: true,
RunE: func(cmd *cobra.Command, args []string) error {