Limitation: cmd channel can't read long lines
Open
good first issue
- Dominant language
- Go
- Stars
- 8
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
```
Process ... stdout error bufio.Scanner: token too long
```
Should use [`ReadLine`](https://golang.org/pkg/bufio/#Reader.ReadLine).
Contributor guide
Assessment
This issue has not been assessed yet.