blob: 828276742b9bfaac740d974267ca2926524b5bc7 [file] [log] [blame]
Heinrich Schuchardt056ebd62022-10-07 20:51:35 +02001.. SPDX-License-Identifier: GPL-2.0+
2
Heinrich Schuchardt1b0c3162024-01-14 14:53:13 +01003.. index::
4 single: cls (command)
5
Heinrich Schuchardt056ebd62022-10-07 20:51:35 +02006cls command
7===========
8
9Synopsis
10--------
11
12::
13
14 cls
15
16Description
17-----------
18
19The cls command clears the screen.
20
21Configuration
22-------------
23
24The cls command is only available if CONFIG_CMD_CLS=y.
25
26Return value
27------------
28
29The return value $? is 0 (true) on success and 1 (false) on failure.