pds icon indicating copy to clipboard operation
pds copied to clipboard

Fix pdsadmin account list on Ubuntu 20.04

Open golf1052 opened this issue 2 years ago • 1 comments

Currently on Ubuntu 20.04 when running pdsadmin account list the command fails with the error column: invalid option -- '-'. On Ubuntu 20.04 the column command only accepts the -t. Later supported versions of Ubuntu and Debian support both --table and -t. So this change updates the list command to use -t for column to support all supported distributions.

See column manual pages for

golf1052 avatar Feb 24 '24 06:02 golf1052

The issue also exists using Ubuntu 22.04.

loxK avatar Jan 14 '25 01:01 loxK