mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
18 lines
175 B
Markdown
18 lines
175 B
Markdown
|
# clear
|
||
|
Clears the terminal.
|
||
|
|
||
|
## Usage
|
||
|
```shell
|
||
|
> clear {flags}
|
||
|
```
|
||
|
|
||
|
## Flags
|
||
|
* -h, --help: Display this help message
|
||
|
|
||
|
## Examples
|
||
|
Clear the screen
|
||
|
```shell
|
||
|
> clear
|
||
|
```
|
||
|
|