A simple library to create CLI wizards
-
create an instance of prompter
-
For MCQ
-
prompter.askMultiple(String prompt, List<Option> options)
-
For yes or no
-
prompter.askBinary(String prompt)
A simple library to create CLI wizards
create an instance of prompter
For MCQ
prompter.askMultiple(String prompt, List<Option> options)
For yes or no
prompter.askBinary(String prompt)