#1396 PR merged
: Enhanced the UserInput function and replaced example select and read calls by the UserInput function¶
Labels: enhancement
, documentation
, fixed / solved / done
jsmeix opened issue at 2017-06-27 13:07:¶
Documented the UserInput function usage with some examples.
jsmeix commented at 2017-06-27 13:08:¶
As a first step to implement
https://github.com/rear/rear/issues/1366
I documented the UserInput function usage
with some examples in _input-output-functions.sh
jsmeix commented at 2017-06-27 15:41:¶
I think now I can stop adding fancy features to the UserInput function
and start with replacing select and read calls by the UserInput function
;-)
jsmeix commented at 2017-06-30 11:22:¶
I merge it now because replacing all select and read calls
with the UserInput function will be a long task that
I will do step by step as needed via several pull requests.
[Export of Github issue for rear/rear.]