Skip to content

Commit ec2ef33

Browse files
authored
Remove DefaultText in projectbranch.go
1 parent 3d785d2 commit ec2ef33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/projectbranch.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ var projectsBranchesList = cli.Command{
6666
Name: "limit",
6767
Usage: "Maximum number of items to return, defaults to 10 (maximum: 100).",
6868
Default: 10,
69-
DefaultText: "10",
7069
QueryPath: "limit",
7170
},
7271
},
@@ -99,7 +98,6 @@ var projectsBranchesRebase = cli.Command{
9998
Name: "base",
10099
Usage: `The branch or commit SHA to rebase onto. Defaults to "main".`,
101100
Default: "main",
102-
DefaultText: "main",
103101
QueryPath: "base",
104102
},
105103
},

0 commit comments

Comments
 (0)