pub const SPRINT_LIST: &str = "\
List every sprint in the organisation.
```
ytcli sprint list
ytcli sprint list --planning
```
`--planning` narrows the listing to the one sprint to put new work into: the
nearest draft, or the running sprint when nothing is drafted. Not the running
one by default — work planned now belongs to the next sprint, and the running
one is what people are already doing.
`board sprints 6` needs the board first. A sprint name is a thing people say
without knowing which board it belongs to, so this lists them all with the board
named on each — two boards each having a `Sprint 1` is normal, and the board
column is what tells them apart.";