command history
The history interface deals with command history. This includes the ability to override functions to change the main method of saving history.
Adds a command to the history.
This function has no parameters.
Retrieves all history.
This function has no parameters.
Deletes all commands from the history.
This function has no parameters.
Retrieves a command from the history based on the idx.
This function has no parameters.
Returns the amount of commands in the history.
This function has no parameters.
Want to help improve this page? Create an issue.