toejough / pimento

simple CLI menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on duplicate items

toejough opened this issue · comments

if you want to select 'blue' in the following situation, you can't:

Options:
  blue
  blue
  blue
Please enter an option:

The 'blue' entry is valid, but matches 3 items every time. The user can't do anything but ctrl-c out. Bad idea. This is a programming error.