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 d51a660 commit 5c194ffCopy full SHA for 5c194ff
pkg/cmd/build.go
@@ -138,8 +138,9 @@ var buildsCreate = cli.Command{
138
&jsonflag.JSONBoolFlag{
139
Name: "allow-empty",
140
Config: jsonflag.JSONConfig{
141
- Kind: jsonflag.Body,
142
- Path: "allow_empty",
+ Kind: jsonflag.Body,
+ Path: "allow_empty",
143
+ SetValue: true,
144
},
145
146
&jsonflag.JSONStringFlag{
pkg/cmd/projectbranch.go
@@ -37,8 +37,9 @@ var projectsBranchesCreate = cli.Command{
37
38
Name: "force",
39
40
41
- Path: "force",
+ Path: "force",
42
43
44
45
0 commit comments