read_input icon indicating copy to clipboard operation
read_input copied to clipboard

A simple CLI tool that asks for user input until the data inputted is valid.

Results 1 read_input issues
Sort by recently updated
recently updated
newest added

Copied from https://gitlab.com/efunb/read_input/-/issues/5 It seems that the `err()` method automatically append a newline character at the end. Is it possible to not add this newline and let the user add...