mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add inquire (#99)
This commit is contained in:
parent
7458b31dff
commit
c468fd5574
1 changed files with 7 additions and 0 deletions
|
@ -938,6 +938,13 @@
|
||||||
"name": "crossterm",
|
"name": "crossterm",
|
||||||
"notes": "Low-level cross-platform terminal rendering and event handling"
|
"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"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue