Heinrich Schuchardt | 056ebd6 | 2022-10-07 20:51:35 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
Heinrich Schuchardt | 1b0c316 | 2024-01-14 14:53:13 +0100 | [diff] [blame] | 3 | .. index:: |
| 4 | single: cls (command) |
| 5 | |
Heinrich Schuchardt | 056ebd6 | 2022-10-07 20:51:35 +0200 | [diff] [blame] | 6 | cls command |
| 7 | =========== |
| 8 | |
| 9 | Synopsis |
| 10 | -------- |
| 11 | |
| 12 | :: |
| 13 | |
| 14 | cls |
| 15 | |
| 16 | Description |
| 17 | ----------- |
| 18 | |
| 19 | The cls command clears the screen. |
| 20 | |
| 21 | Configuration |
| 22 | ------------- |
| 23 | |
| 24 | The cls command is only available if CONFIG_CMD_CLS=y. |
| 25 | |
| 26 | Return value |
| 27 | ------------ |
| 28 | |
| 29 | The return value $? is 0 (true) on success and 1 (false) on failure. |