Added option oneitemperrow to 'gam print vaultholds`

This commit is contained in:
Ross Scroggs
2024-04-15 15:59:57 -07:00
parent 3f5d96e13b
commit bad4866bf7
7 changed files with 42 additions and 15 deletions

View File

@@ -657,7 +657,11 @@ By default, Gam displays the information as an indented list of keys and values.
gam print vaultholds|holds [todrive <ToDriveAttributes>*] [matters <MatterItemList>]
[fields <VaultHoldFieldNameList>] [shownames]
[formatjson [quotechar <Character>]]
[oneitemperrow]
```
By default, all accounts for a hold are displayed on a single row;
use `oneitemperrow` to have each account displayed on a separate row.
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
* `formatjson` - Display the fields in JSON format.