❯ gh gist delete
? Select a gist to delete [Use arrows to move, type to filter]
> test.md test gist about 4 days ago
draft.md about 2 months ago
? Are you sure you want to delete gist test.md (Y/n)
gh gist delete
❯ gh gist delete
cannot delete: gist argument required
Usage: gh gist delete {<id> | <url>} [flags]
Describe the bug
gh gist deletedoesn't prompt for a gist to delete. This seems like it might be an oversight when compared to the behavior of othergh gistandgh <some-command> deleteoperations.gh gist deleteshould prompt for a gist to delete and confirm the selection to delete.gh gist deletealso does not currently support--yesfor non-interactive confirmation - perhaps it should?Steps to reproduce the behavior
Expected vs actual behavior
Expected
Actual
Notes
Discovered in #10042