1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/// Provides a checkbox interface for multiple options selection.
/// Offers functionality for reading input from the user.
/// Contains a simple yes/no confirmation prompt.
/// Provides a password input interface with masking and validation.
/// Enables parsing and interaction with JSON data.
/// Implements a list box for single or multiple selections from a list.
/// Facilitates querying and selecting from a set of options in a structured format.
/// Supports creating and interacting with a tree structure for hierarchical data.
/// Provides multiple readline input options.
/// Provides a static text display.