dixonwille / wmenu

An easy to use menu structure for cli applications that prompts users to make choices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an identifier to let users know which is default choice

dixonwille opened this issue · comments

Maybe have a (*) or add color or both to the default choices. That way it does not have to specified in the question.

Color would be too flashy. The icon would be prepending the opt.Text value in the print method.

0) *Option 0
1) Option 1

for example