Clears the contents of Rhino's command history window. You can view the command history by using the CommandHistory command.
rhinoscriptsyntax.ClearCommandHistory()
rhinoscript.application.ClearCommandHistory()
None.
None.
import rhinoscriptsyntax as rs
rs.ClearCommandHistory()