feat(var): make count of listed vars configurable
All threads resolved!
All threads resolved!
Compare changes
Files
3+ 9
− 2
@@ -20,6 +20,8 @@ type ListOpts struct {
@@ -39,6 +41,9 @@ func NewCmdList(f *cmdutils.Factory, runE func(opts *ListOpts) error) *cobra.Com
@@ -69,6 +74,8 @@ func NewCmdList(f *cmdutils.Factory, runE func(opts *ListOpts) error) *cobra.Com
@@ -85,7 +92,7 @@ func listRun(opts *ListOpts) error {
@@ -105,7 +112,7 @@ func listRun(opts *ListOpts) error {