Module console_utils::input

source ·
Expand description

Input Utilities

This module provides functions for handling user input in console applications, including reading user input, selecting options from a list, displaying spinners, and gradually revealing strings.

Enums§

  • A Wrapper for empty inputs returning a None
  • Enumeration representing different types of spinners.

Functions§

  • Reads user input from the console.
  • Allows the user to select multiple options from a list using the console.
  • Reveals a string gradually, printing one character at a time with a specified time interval.
  • Allows the user to select one option from a list using the console.
  • Displays a console-based spinner animation.