Permalink
Browse files
port-info: output fields in the order given on the command line (#103)
* port-info: output fields in the order given on the command line Currently due to the use of 'array names', the output of 'port info --multiple-fields' are displayed in a random order. Now, the fields are kept in a list which preserves their order they were given on the command line. This has the effect of also allowing duplicate fields to be displayed. Also, the order of arguments given on the command line are available for any action (not just info). Closes: https://trac.macports.org/ticket/57003
- Loading branch information