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 3d785d2 commit ec2ef33Copy full SHA for ec2ef33
pkg/cmd/projectbranch.go
@@ -66,7 +66,6 @@ var projectsBranchesList = cli.Command{
66
Name: "limit",
67
Usage: "Maximum number of items to return, defaults to 10 (maximum: 100).",
68
Default: 10,
69
- DefaultText: "10",
70
QueryPath: "limit",
71
},
72
@@ -99,7 +98,6 @@ var projectsBranchesRebase = cli.Command{
99
98
Name: "base",
100
Usage: `The branch or commit SHA to rebase onto. Defaults to "main".`,
101
Default: "main",
102
- DefaultText: "main",
103
QueryPath: "base",
104
105
0 commit comments