summaryrefslogtreecommitdiff
path: root/doc/usage/cmd/cls.rst
blob: b5c43e0a2e69628629ea152351fb2d08dbef0935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. SPDX-License-Identifier: GPL-2.0+

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.