mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 04:48:20 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
@ -1,17 +1,19 @@
|
||||
# clear
|
||||
Clears the terminal.
|
||||
---
|
||||
title: clear
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
> clear {flags}
|
||||
```
|
||||
Clear the terminal.
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
## Signature
|
||||
|
||||
```> clear ```
|
||||
|
||||
## Examples
|
||||
Clear the screen
|
||||
|
||||
Clear the terminal
|
||||
```shell
|
||||
> clear
|
||||
```
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user