Commit 773efae
authored
Conditionally change the limit of F3 certs listed via CLI (#12669)
* When no range is given, default limit to 10
* Otherwise default to unlimited.
This is better than the current default of always unlimited because:
* there are a lot of certs, and
* when range is given the chances are the user wants all of them.
Addresses #12627 (comment)1 parent 2da0b72 commit 773efae
2 files changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| |||
306 | 311 | | |
307 | 312 | | |
308 | 313 | | |
309 | | - | |
| 314 | + | |
310 | 315 | | |
311 | 316 | | |
312 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2774 | 2774 | | |
2775 | 2775 | | |
2776 | 2776 | | |
2777 | | - | |
2778 | | - | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
2779 | 2780 | | |
2780 | 2781 | | |
2781 | 2782 | | |
| |||
2831 | 2832 | | |
2832 | 2833 | | |
2833 | 2834 | | |
2834 | | - | |
2835 | | - | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
2836 | 2838 | | |
2837 | 2839 | | |
2838 | 2840 | | |
| |||
2859 | 2861 | | |
2860 | 2862 | | |
2861 | 2863 | | |
2862 | | - | |
| 2864 | + | |
2863 | 2865 | | |
2864 | 2866 | | |
2865 | 2867 | | |
| |||
0 commit comments