Closed cmeury closed 1 year ago
adding flag: -c, --count int The amount of resources to include
-c, --count int The amount of resources to include
Outputting only the first count resources, after applying all other filters. Output everything in the following cases:
count
Wanted to add this for convenience when using it interactively for testing purposes. Not a daily golang programmer, please be frank with comments.
thanks! sorry for the long delay but this looks great.
adding flag:
-c, --count int The amount of resources to include
Outputting only the first
count
resources, after applying all other filters. Output everything in the following cases:count
larger than length of filtered resourcesWanted to add this for convenience when using it interactively for testing purposes. Not a daily golang programmer, please be frank with comments.