Need to figure out how to call the option, could be: - `-n, --limit NUM` like [`head`](https://man7.org/linux/man-pages/man1/head.1.html) and [`tail`](https://man7.org/linux/man-pages/man1/tail.1.html) - `-t, --top NUM` - `-l, --limit NUM` Probably use `-1` for all or support an `-a, --all` option or `all` value.
Need to figure out how to call the option, could be:
-n, --limit NUMlikeheadandtail-t, --top NUM-l, --limit NUMProbably use
-1for all or support an-a, --alloption orallvalue.