Add inquire (#99)

This commit is contained in:
Remo Senekowitsch 2023-09-06 20:14:39 +02:00 committed by GitHub
parent 7458b31dff
commit c468fd5574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -938,6 +938,13 @@
"name": "crossterm",
"notes": "Low-level cross-platform terminal rendering and event handling"
}]
},
{
"name": "Interactive prompts",
"recommendations": [{
"name": "inquire",
"notes": "Ask for confirmation, selection, text input and more"
}]
}
]
}