Closed rubik closed 13 years ago
This method will be used to get user input. Something like this:
logger.ask('Question', ('possibility 1', 'p2', 'p3'))
It returns the possibility chosen.
Very good idea ! If you add that feature to logger, It will makes me think about Mercurial's "ui" object...
Great! Thank you Fabien! :)
This method will be used to get user input. Something like this:
It returns the possibility chosen.