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 301fea8 commit 2e82374Copy full SHA for 2e82374
pkg/cmd/projectbranch.go
@@ -108,7 +108,7 @@ var projectsBranchesRebase = cli.Command{
108
Name: "base",
109
Usage: `The branch or commit SHA to rebase onto. Defaults to "main".`,
110
Value: requestflag.Value[string]("main"),
111
- DefaultText: requestflag.Value[string]("main"),
+ DefaultText: "main",
112
Config: requestflag.RequestConfig{
113
QueryPath: "base",
114
},
0 commit comments