Skip to main content

QUEUE_LOCAL_FIELDS

Constant QUEUE_LOCAL_FIELDS 

Source
pub const QUEUE_LOCAL_FIELDS: &str = "\
List the fields this queue defines itself.

```
ytcli queue local-fields PROJ
```

`queue fields PROJ` lists everything the queue can use, organisation-wide fields
included. These are the ones that belong to the queue, and the difference is
what answers where a field came from.

A local field is invisible to `field list` and cannot be fetched through
`field get` — it does not exist outside its queue — so this listing carries what
each one accepts. If it does not say, nothing does.";