Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 337 Bytes

cls.rst

File metadata and controls

26 lines (16 loc) · 337 Bytes

cls command

Synopsis

cls

Description

The cls command clears the screen.

Configuration

The cls command is only available if CONFIG_CMD_CLS=y.

Return value

The return value $? is 0 (true) on success and 1 (false) on failure.