Skip to content

Commit 5c194ff

Browse files
chore(internal): codegen related update
1 parent d51a660 commit 5c194ff

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pkg/cmd/build.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ var buildsCreate = cli.Command{
138138
&jsonflag.JSONBoolFlag{
139139
Name: "allow-empty",
140140
Config: jsonflag.JSONConfig{
141-
Kind: jsonflag.Body,
142-
Path: "allow_empty",
141+
Kind: jsonflag.Body,
142+
Path: "allow_empty",
143+
SetValue: true,
143144
},
144145
},
145146
&jsonflag.JSONStringFlag{

pkg/cmd/projectbranch.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ var projectsBranchesCreate = cli.Command{
3737
&jsonflag.JSONBoolFlag{
3838
Name: "force",
3939
Config: jsonflag.JSONConfig{
40-
Kind: jsonflag.Body,
41-
Path: "force",
40+
Kind: jsonflag.Body,
41+
Path: "force",
42+
SetValue: true,
4243
},
4344
},
4445
},

0 commit comments

Comments
 (0)