flyctl
flyctl copied to clipboard
Fly crashes during interaction on word delete
Describe the bug
While typing a name for my new app, I made a typo, and (via muscle memory) hit option-backspace to delete the last word I had typed an try again. flyctl crashed with the error message Error: unexpected escape sequence from terminal: ['\x1b' '\x7f'].
- macOS Ventura 13.6
fly v0.1.104 darwin/arm64 Commit: 682c341cb1b8fc0bc80589fd96d7cad34f1772f0 BuildDate: 2023-09-29T15:46:28Z
** Paste your fly.toml
none
** Command output: **
❯ fly apps create
? Choose an app name (leave blank to generate one): myapyError: unexpected escape sequence from terminal: ['\x1b' '\x7f']`
** Expected result: **
Delete one (1) word. Alternatively, please at least don't crash, I might have made a bunch of choices already!