mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 22:09:25 +00:00
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
17 lines
175 B
Markdown
17 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
|
|
```
|
|
|