Skip to main content

DICT_LIST

Constant DICT_LIST 

Source
pub const DICT_LIST: &str = "\
List the values an issue can take.

```
ytcli dict list
ytcli dict list --kind priorities
ytcli dict list --kind statuses
```

All four dictionaries by default — types, priorities, statuses, resolutions —
because the question behind this command is usually asked once, before a write,
and four small lists in one answer cost less than four commands.

**Quote the key, not the name.** `name` comes back in the organisation's own
language, so a Russian organisation answers `Ошибка` where the key is `bug`, and
only the key is stable enough to put in a script.

These are organisation-wide. A queue narrows them, and `queue get` says which
type and priority its issues start with.";