rl
Advanced readline module. This module uses cpp-linenoise library as its backend
There are no constants.
rl()
— Read a single line from the terminal with prompt
displayedrl_addcompletion()
— Add a new entry to the completion listrl_addhistory()
— Add a new entry to the historyrl_clearcompletion()
— Clear the completion listrl_loadhistory()
— Load the history from the specified filerl_savehistory()
— Save the history to the specified filerl_setcompletion()
— Set the completion listThere are no classes.
This module is only available on Dinfio version 3.1.06 or later