linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 660 forks source link

nvme-print-stdout: add print_array function #2488

Closed ikegami-t closed 2 months ago

ikegami-t commented 2 months ago

To reduce the repeated print code for arrays.

ikegami-t commented 2 months ago

Separated from the PR #2484 and moved into nvme-print-stdout from nvme-ocp.

igaw commented 2 months ago

Thanks!