Skip to main content

BOARD_GET

Constant BOARD_GET 

Source
pub const BOARD_GET: &str = "\
Show one board and its columns.

```
ytcli board get 6
```

Columns are printed in the order the board arranges work by, which is the one
thing about a board a command line can say better than the web interface.";