commented history command
This commit is contained in:
parent
282d2556f2
commit
a64914b744
@ -20,6 +20,7 @@ function cmd_clear() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function cmd_history() {
|
function cmd_history() {
|
||||||
|
// Display the command history line by line
|
||||||
let output = "";
|
let output = "";
|
||||||
|
|
||||||
const hl = history.list;
|
const hl = history.list;
|
||||||
|
Loading…
Reference in New Issue
Block a user