bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Other
816 stars 76 forks source link

Fix pdsadmin account list on Ubuntu 20.04 #54

Open golf1052 opened 7 months ago

golf1052 commented 7 months ago

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