pub const QUEUE_FIELDS: &str = "\
Show a queue's fields, custom ones included.
```
ytcli queue fields PROJ
```
The keys printed here are what `--fields` and `--set` take. Guessing a custom
field name and getting `-` back is indistinguishable from the field being empty;
this is how you tell the two apart.";