command line list-domains column width

Hi,

I'm writing a script that uses the command line api and I am issuing the following command:

cloudmin list-domains --all-hosts

The output is what I'm after except the domain column truncates longer domain names .. Is there away to specify this first column width so that it output the entire domain name?

Status: 
Active

Comments

You can use the --name-only flag to get just domain names, with no truncation.