Skip to content

Commit 83e3044

Browse files
CLOUDP-222791: expose "include total" on paginated commands - Part 1 (#2749)
1 parent 3e9e7b7 commit 83e3044

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+160
-19
lines changed

docs/command/atlas-accessLists-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Options
4545
- int
4646
- false
4747
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
48+
* - --omitCount
49+
-
50+
- false
51+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
4852
* - -o, --output
4953
- string
5054
- false

docs/command/atlas-alerts-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Options
4545
- int
4646
- false
4747
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
48+
* - --omitCount
49+
-
50+
- false
51+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
4852
* - -o, --output
4953
- string
5054
- false

docs/command/atlas-backups-exports-buckets-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Options
4545
- int
4646
- false
4747
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
48+
* - --omitCount
49+
-
50+
- false
51+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
4852
* - -o, --output
4953
- string
5054
- false

docs/command/atlas-backups-exports-jobs-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Options
6161
- int
6262
- false
6363
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
64+
* - --omitCount
65+
-
66+
- false
67+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
6468
* - -o, --output
6569
- string
6670
- false

docs/command/atlas-backups-restores-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Options
6161
- int
6262
- false
6363
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
64+
* - --omitCount
65+
-
66+
- false
67+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
6468
* - -o, --output
6569
- string
6670
- false

docs/command/atlas-backups-snapshots-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Options
6161
- int
6262
- false
6363
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
64+
* - --omitCount
65+
-
66+
- false
67+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
6468
* - -o, --output
6569
- string
6670
- false

docs/command/atlas-clusters-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Options
4545
- int
4646
- false
4747
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
48+
* - --omitCount
49+
-
50+
- false
51+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
4852
* - -o, --output
4953
- string
5054
- false

docs/command/atlas-clusters-onlineArchives-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Options
4949
- int
5050
- false
5151
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
52+
* - --omitCount
53+
-
54+
- false
55+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
5256
* - -o, --output
5357
- string
5458
- false

docs/command/atlas-dataLakePipelines-availableSnapshots-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Options
4949
- int
5050
- false
5151
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
52+
* - --omitCount
53+
-
54+
- false
55+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
5256
* - -o, --output
5357
- string
5458
- false

docs/command/atlas-dbusers-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Options
4949
- int
5050
- false
5151
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
52+
* - --omitCount
53+
-
54+
- false
55+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
5256
* - -o, --output
5357
- string
5458
- false

docs/command/atlas-metrics-databases-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Options
6464
- int
6565
- false
6666
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
67+
* - --omitCount
68+
-
69+
- false
70+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
6771
* - -o, --output
6872
- string
6973
- false

docs/command/atlas-metrics-disks-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Options
6464
- int
6565
- false
6666
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
67+
* - --omitCount
68+
-
69+
- false
70+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
6771
* - -o, --output
6872
- string
6973
- false

docs/command/atlas-networking-containers-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Options
4545
- int
4646
- false
4747
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
48+
* - --omitCount
49+
-
50+
- false
51+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
4852
* - -o, --output
4953
- string
5054
- false

docs/command/atlas-networking-peering-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Options
4545
- int
4646
- false
4747
- Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page. This value defaults to 100.
48+
* - --omitCount
49+
-
50+
- false
51+
- Flag that indicates whether the JSON response returns the total number of items (totalCount) in the JSON response.
4852
* - -o, --output
4953
- string
5054
- false

internal/cli/atlas/accesslists/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func ListBuilder() *cobra.Command {
8282

8383
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
8484
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
85+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
8586

8687
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
8788
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/accesslists/list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ func TestListBuilder(t *testing.T) {
8282
t,
8383
ListBuilder(),
8484
0,
85-
[]string{flag.ProjectID, flag.Output, flag.Page, flag.Limit},
85+
[]string{flag.ProjectID, flag.Output, flag.Page, flag.Limit, flag.OmitCount},
8686
)
8787
}

internal/cli/atlas/alerts/list.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/cli/require"
2323
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/config"
2424
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/flag"
25+
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/pointer"
2526
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/store"
2627
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/usage"
2728
"github.com/spf13/cobra"
@@ -54,6 +55,11 @@ func (opts *ListOpts) Run() error {
5455
ItemsPerPage: &opts.ItemsPerPage,
5556
PageNum: &opts.PageNum,
5657
}
58+
59+
if opts.OmitCount {
60+
params.IncludeCount = pointer.Get(false)
61+
}
62+
5763
if opts.status != "" {
5864
params.Status = &opts.status
5965
}
@@ -94,6 +100,8 @@ func ListBuilder() *cobra.Command {
94100
}
95101
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
96102
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
103+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
104+
97105
cmd.Flags().StringVar(&opts.status, flag.Status, "", usage.Status)
98106
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
99107
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/alerts/list_test.go

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -22,6 +22,7 @@ import (
2222

2323
"github.com/golang/mock/gomock"
2424
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/cli"
25+
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/flag"
2526
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/mocks"
2627
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/pointer"
2728
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/test"
@@ -75,3 +76,12 @@ func TestList_Run(t *testing.T) {
7576
t.Log(buf.String())
7677
test.VerifyOutputTemplate(t, listTemplate, expected)
7778
}
79+
80+
func TestListBuilder(t *testing.T) {
81+
test.CmdValidator(
82+
t,
83+
ListBuilder(),
84+
0,
85+
[]string{flag.ProjectID, flag.Output, flag.Page, flag.Limit, flag.OmitCount, flag.Status},
86+
)
87+
}

internal/cli/atlas/backup/exports/buckets/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func ListBuilder() *cobra.Command {
8484

8585
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
8686
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
87+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
8788

8889
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
8990
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/backup/exports/buckets/list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func TestListBuilder(t *testing.T) {
7272
flag.Limit,
7373
flag.ProjectID,
7474
flag.Output,
75+
flag.OmitCount,
7576
},
7677
)
7778
}

internal/cli/atlas/backup/exports/jobs/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func ListBuilder() *cobra.Command {
8888

8989
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
9090
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
91+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
9192

9293
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
9394
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/backup/exports/jobs/list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func TestListBuilder(t *testing.T) {
5757
flag.Limit,
5858
flag.ProjectID,
5959
flag.Output,
60+
flag.OmitCount,
6061
},
6162
)
6263
}

internal/cli/atlas/backup/restores/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func ListBuilder() *cobra.Command {
8888

8989
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
9090
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
91+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
9192

9293
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
9394
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/backup/restores/list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func TestListBuilder(t *testing.T) {
6060
flag.Limit,
6161
flag.ProjectID,
6262
flag.Output,
63+
flag.OmitCount,
6364
},
6465
)
6566
}

internal/cli/atlas/backup/snapshots/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func ListBuilder() *cobra.Command {
8888

8989
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
9090
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
91+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
9192

9293
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
9394
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/backup/snapshots/list_test.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222

2323
"github.com/golang/mock/gomock"
2424
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/cli"
25+
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/flag"
2526
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/mocks"
2627
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/pointer"
2728
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/test"
@@ -63,3 +64,18 @@ func TestList_Run(t *testing.T) {
6364
}
6465
test.VerifyOutputTemplate(t, listTemplate, expected)
6566
}
67+
68+
func TestListBuilder(t *testing.T) {
69+
test.CmdValidator(
70+
t,
71+
ListBuilder(),
72+
0,
73+
[]string{
74+
flag.Page,
75+
flag.Limit,
76+
flag.OmitCount,
77+
flag.ProjectID,
78+
flag.Output,
79+
},
80+
)
81+
}

internal/cli/atlas/clusters/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func ListBuilder() *cobra.Command {
8484

8585
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
8686
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
87+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
8788

8889
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
8990
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/clusters/list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ func TestListBuilder(t *testing.T) {
6464
t,
6565
ListBuilder(),
6666
0,
67-
[]string{flag.Limit, flag.Page, flag.Output, flag.ProjectID},
67+
[]string{flag.Limit, flag.Page, flag.Output, flag.ProjectID, flag.OmitCount},
6868
)
6969
}

internal/cli/atlas/clusters/onlinearchive/list.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ func ListBuilder() *cobra.Command {
8383
},
8484
}
8585

86-
cmd.Flags().StringVar(&opts.clusterName, flag.ClusterName, "", usage.ClusterName)
8786
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
8887
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
88+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
8989

90+
cmd.Flags().StringVar(&opts.clusterName, flag.ClusterName, "", usage.ClusterName)
9091
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
9192
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)
9293
_ = cmd.RegisterFlagCompletionFunc(flag.Output, opts.AutoCompleteOutputFlag())

internal/cli/atlas/clusters/onlinearchive/list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func TestListBuilder(t *testing.T) {
3838
flag.Limit,
3939
flag.Output,
4040
flag.ProjectID,
41+
flag.OmitCount,
4142
},
4243
)
4344
}

internal/cli/atlas/datalakepipelines/availablesnapshots/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func ListBuilder() *cobra.Command {
111111

112112
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
113113
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
114+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
114115

115116
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
116117
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/datalakepipelines/availablesnapshots/list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ func TestListBuilder(t *testing.T) {
8888
t,
8989
ListBuilder(),
9090
0,
91-
[]string{flag.ProjectID, flag.Output},
91+
[]string{flag.ProjectID, flag.Output, flag.OmitCount, flag.Page, flag.Limit, flag.CompletedAfter, flag.Pipeline},
9292
)
9393
}

internal/cli/atlas/dbusers/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ func ListBuilder() *cobra.Command {
8686

8787
cmd.Flags().IntVar(&opts.PageNum, flag.Page, cli.DefaultPage, usage.Page)
8888
cmd.Flags().IntVar(&opts.ItemsPerPage, flag.Limit, cli.DefaultPageLimit, usage.Limit)
89+
cmd.Flags().BoolVar(&opts.OmitCount, flag.OmitCount, false, usage.OmitCount)
8990

9091
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
9192
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

internal/cli/atlas/dbusers/list_test.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
"testing"
2121

2222
"github.com/golang/mock/gomock"
23+
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/flag"
2324
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/mocks"
2425
"github.com/mongodb/mongodb-atlas-cli/atlascli/internal/test"
2526
atlasv2 "go.mongodb.org/atlas-sdk/v20231115007/admin"
@@ -52,3 +53,12 @@ func TestDBUserList_Run(t *testing.T) {
5253
}
5354
test.VerifyOutputTemplate(t, listTemplate, expected)
5455
}
56+
57+
func TestListBuilder(t *testing.T) {
58+
test.CmdValidator(
59+
t,
60+
ListBuilder(),
61+
0,
62+
[]string{flag.ProjectID, flag.Output, flag.OmitCount, flag.Page, flag.Limit, flag.CompactResponse},
63+
)
64+
}

0 commit comments

Comments
 (0)