simple-cli 0.1.0

A simple interface for handling command-line input and output in Rust.
Documentation

Simple-CLI

A simple library for handling command-line input and output in Rust.

Features

  • Handles invalid input and prompting user to retry input.
  • Methods for prompting string and number input
  • Methods for prompting the user to select a string or number from a list of choices
  • Methods for displaying vector contents, paginated or unpaginated.

Docs