pd-ctl unsafe remove-failed-stores argument parsing is easy to get wrong
Open
type/enhancement
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
## Enhancement Task
This is accepted, but doesn't do what you expect it to do.
```
pd-ctl unsafe remove-failed-stores 1 2
```
It should have been this:
```
pd-ctl unsafe remove-failed-stores 1,2
```
Contributor guide
Assessment
This issue has not been assessed yet.