GoLang readline_list_history

request it (191)
GoLang replacement for PHP's readline_list_history [edit | history]



Do you know a GoLang replacement for PHP's readline_list_history? Write it!

PHP readline_list_history

PHP original manual for readline_list_history [ show | php.net ]

readline_list_history

(PHP 4, PHP 5, PHP 7)

readline_list_historyLists the history

Description

array readline_list_history ( void )

Gets the entire command line history.

Return Values

Returns an array of the entire command line history. The elements are indexed by integers starting at zero.