80 std::size_t commandCount = 10;
81 if (arguments.size() == 2) {
85 commandCount = arguments[1].integerValue();
88 commandCount = std::min(
89 commandCount,
interpreter()->lineReader()->inputsInHistory());
91 for (
int i = commandCount - 1; i >= 0; --i) {
virtual boost::format text(int textId)
@ TXT_INTERP_HELP_COMMANDS
Help text for command "commands" of the CLI.