#input-output #input #output #cli #console #text

nightly simple-cli

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

2 releases

0.1.1 Jan 24, 2023
0.1.0 Jan 24, 2023

#876 in Command-line interface

Download history 2/week @ 2024-02-15 12/week @ 2024-02-22 6/week @ 2024-02-29 11/week @ 2024-03-07 51/week @ 2024-03-14

74 downloads per month

Apache-2.0

20KB
390 lines

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

API Documentation

No runtime deps