Commit fa13d19
authored
Accept all case diagnose send report confirm input (#711)
We prompt the user with the following when running the diagnose tool:
```
Send diagnostics report to AppSignal? (Y/n):
```
When a user submits this with "Y", we do not accept it. This was because
the input checker only accepted for the lowercase value.
I've lowercased all input, so that "Y", "y", "N" and "n" all work like
they should in this confirmation prompt.
Part of appsignal/support#2041 parent 902b9b2 commit fa13d19
File tree
2 files changed
+7
-1
lines changed- .changesets
- src/cli
2 files changed
+7
-1
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments