mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 18:33:50 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
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
|
|
```
|
|
|