blash/commands/clear.js

15 lines
179 B
JavaScript

{
"name" : "clear",
"info" : {
"syntax" : "clear",
"brief" : "Clear the terminal screen",
},
"action" : function ( arg )
{
shell.refreshPrompt ( true, true );
},
}