pub const AUTH_LIST: &str = "\
List configured accounts and profiles.
```
ytcli auth list
```
Whether a token is stored is shown; the token never is. An account holds one
credential; a profile is one organisation seen through one account.
Both can carry a note saying who or what they are — `ytcli auth edit NAME
--description TEXT` writes a profile's, and an account's is hand-edited into the
config file.";