nushell/docs/commands/clear.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00:00

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
```