pub const USER_LIST: &str = "\
List the people in the organisation.
```
ytcli user list
ytcli user list --limit 100 --page 2
```
Paged like every other listing here, and it ends with `shown N of M`. `STATE`
is the column to read before assigning anything: a dismissed account still owns
every issue it was ever given, so it is listed rather than hidden.";