We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d4c83 commit f7b648fCopy full SHA for f7b648f
cmd/desc_branch.go
@@ -33,9 +33,6 @@ var descBranchCmd = &cobra.Command{
33
SilenceUsage: true,
34
DisableAutoGenTag: true,
35
Args: cobra.ExactArgs(1),
36
- PreRunE: func(cmd *cobra.Command, args []string) error {
37
- return nil
38
- },
39
RunE: func(cmd *cobra.Command, args []string) error {
40
return descBranch(
41
getFlagString(cmd, "project"),
0 commit comments