Choose fields to display with -o flag

This commit is contained in:
yo
2021-12-19 13:05:30 +01:00
parent eebc7da169
commit 4eeb6d0d99
3 changed files with 21 additions and 7 deletions

View File

@ -3,3 +3,7 @@ datastore:
- /iocage
sudo: false
# Columns to display when "gocage list". Column names are struct fields, see cmd/struct.go
outcol: 'JID,Name,Config.Release,Config.Ip4_addr,Running'