File tree Expand file tree Collapse file tree 5 files changed +22
-22
lines changed
Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ var buildsList = cli.Command{
152152 QueryPath : "cursor" ,
153153 },
154154 & requestflag.Flag [float64 ]{
155- Name : "limit" ,
156- Usage : "Maximum number of builds to return, defaults to 10 (maximum: 100)." ,
157- Default : 10 ,
158- QueryPath : "limit" ,
155+ Name : "limit" ,
156+ Usage : "Maximum number of builds to return, defaults to 10 (maximum: 100)." ,
157+ Default : 10 ,
158+ QueryPath : "limit" ,
159159 },
160160 & requestflag.Flag [any ]{
161161 Name : "revision" ,
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ var buildsDiagnosticsList = cli.Command{
2929 QueryPath : "cursor" ,
3030 },
3131 & requestflag.Flag [float64 ]{
32- Name : "limit" ,
33- Usage : "Maximum number of diagnostics to return, defaults to 100 (maximum: 100)" ,
34- Default : 100 ,
32+ Name : "limit" ,
33+ Usage : "Maximum number of diagnostics to return, defaults to 100 (maximum: 100)" ,
34+ Default : 100 ,
3535 QueryPath : "limit" ,
3636 },
3737 & requestflag.Flag [string ]{
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ var projectsList = cli.Command{
8383 QueryPath : "cursor" ,
8484 },
8585 & requestflag.Flag [float64 ]{
86- Name : "limit" ,
87- Usage : "Maximum number of projects to return, defaults to 10 (maximum: 100)." ,
88- Default : 10 ,
86+ Name : "limit" ,
87+ Usage : "Maximum number of projects to return, defaults to 10 (maximum: 100)." ,
88+ Default : 10 ,
8989 QueryPath : "limit" ,
9090 },
9191 & requestflag.Flag [string ]{
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ var projectsBranchesList = cli.Command{
6363 QueryPath : "cursor" ,
6464 },
6565 & requestflag.Flag [float64 ]{
66- Name : "limit" ,
67- Usage : "Maximum number of items to return, defaults to 10 (maximum: 100)." ,
68- Default : 10 ,
66+ Name : "limit" ,
67+ Usage : "Maximum number of items to return, defaults to 10 (maximum: 100)." ,
68+ Default : 10 ,
6969 QueryPath : "limit" ,
7070 },
7171 },
@@ -95,9 +95,9 @@ var projectsBranchesRebase = cli.Command{
9595 Name : "branch" ,
9696 },
9797 & requestflag.Flag [string ]{
98- Name : "base" ,
99- Usage : `The branch or commit SHA to rebase onto. Defaults to "main".` ,
100- Default : "main" ,
98+ Name : "base" ,
99+ Usage : `The branch or commit SHA to rebase onto. Defaults to "main".` ,
100+ Default : "main" ,
101101 QueryPath : "base" ,
102102 },
103103 },
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ var projectsConfigsRetrieve = cli.Command{
2020 Usage : "Retrieve the configuration files for a given project." ,
2121 Flags : []cli.Flag {
2222 & requestflag.Flag [string ]{
23- Name : "branch" ,
24- Usage : `Branch name, defaults to "main".` ,
25- Default : "main" ,
23+ Name : "branch" ,
24+ Usage : `Branch name, defaults to "main".` ,
25+ Default : "main" ,
2626 QueryPath : "branch" ,
2727 },
2828 & requestflag.Flag [string ]{
@@ -45,9 +45,9 @@ var projectsConfigsGuess = cli.Command{
4545 BodyPath : "spec" ,
4646 },
4747 & requestflag.Flag [string ]{
48- Name : "branch" ,
49- Usage : "Branch name" ,
50- Default : "main" ,
48+ Name : "branch" ,
49+ Usage : "Branch name" ,
50+ Default : "main" ,
5151 BodyPath : "branch" ,
5252 },
5353 },
You can’t perform that action at this time.
0 commit comments