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 ec2ef33 commit 33d51c5Copy full SHA for 33d51c5
pkg/cmd/projectconfig.go
@@ -23,7 +23,6 @@ var projectsConfigsRetrieve = cli.Command{
23
Name: "branch",
24
Usage: `Branch name, defaults to "main".`,
25
Default: "main",
26
- DefaultText: "main",
27
QueryPath: "branch",
28
},
29
&requestflag.Flag[string]{
@@ -49,7 +48,6 @@ var projectsConfigsGuess = cli.Command{
49
48
50
Usage: "Branch name",
51
52
53
BodyPath: "branch",
54
55
0 commit comments