questioner-0.1.1.0: A package for prompting values from the command-line.
System.Console.Questioner
class Question q a where Source
Methods
prompt :: q -> IO a Source
Instances
data ChoiceEvent Source
charToChoiceEvent :: Char -> Maybe ChoiceEvent Source
listPrompt :: String -> [String] -> IO String Source
checkboxPrompt :: String -> [String] -> IO [String] Source
module System.Console.Questioner.ProgressIndicators