Add program arguments
Closed this issue · 0 comments
vmavromatis commented
by @ben01189998819991197253
If we're going to print out everything as a table, it would be nice to be able to sort the results by column using command-line flags. -s for sorting by status, --name for sorting by name, etc.
My idea is to try to keep simple first. Program with no arguments shows only nonfree. Program with --full argument shows all. Then add sort etc