CLI  2.9
cli::ui Namespace Reference

Additional user-interface tools. More...

Detailed Description

Additional user-interface tools.

This packages gathers additional user-interface tools:

  • Question / answers / challenge:
    • YesNo: let the user answer "yes" or "no",
    • Choice: let the user choose between a list of possibilities,
    • Password: let the user enter a password,
  • Forms:
    • Line: to let the user enter a text line,
    • Int: to let the user enter an int,
    • Float: to let the user enter a float,
  • Display:
    • More: page by page display,
    • Less: forward and backward page display.