Provide an option to paginate through all pages. An option like `--all-pages` would be helpful and prevent workflows like this: ``` ( linode-cli --text kernels list --page=100 for p in {1..3}; do linode-cli --no-headers --text kernels list --page $p done ) ```