Skip to content

Commit 30f5938

Browse files
stainless-app[bot]yjp20
authored andcommitted
fix: some methods no longer require a prefix
1 parent f22defd commit 30f5938

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/cmd/cmd.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ stl builds create --branch <branch>`,
6868
&projectsList,
6969
},
7070
},
71-
7271
{
7372
Name: "projects:branches",
7473
Category: "API RESOURCE",
@@ -80,7 +79,6 @@ stl builds create --branch <branch>`,
8079
&projectsBranchesRebase,
8180
},
8281
},
83-
8482
{
8583
Name: "projects:configs",
8684
Category: "API RESOURCE",
@@ -89,7 +87,6 @@ stl builds create --branch <branch>`,
8987
&projectsConfigsGuess,
9088
},
9189
},
92-
9390
{
9491
Name: "builds",
9592
Category: "API RESOURCE",
@@ -100,23 +97,20 @@ stl builds create --branch <branch>`,
10097
&buildsCompare,
10198
},
10299
},
103-
104100
{
105101
Name: "builds:diagnostics",
106102
Category: "API RESOURCE",
107103
Commands: []*cli.Command{
108104
&buildsDiagnosticsList,
109105
},
110106
},
111-
112107
{
113108
Name: "builds:target-outputs",
114109
Category: "API RESOURCE",
115110
Commands: []*cli.Command{
116111
&buildsTargetOutputsRetrieve,
117112
},
118113
},
119-
120114
{
121115
Name: "orgs",
122116
Category: "API RESOURCE",

0 commit comments

Comments
 (0)