# Clear and Exit

## Clear

Clears the terminal.

#### Usage

```
clear
```

## Exit

Exits the CLI or the current command.

#### Usage

```
exit
```

#### Example

```
? guides@galileo-3> ado create cw721
— Fetching ADO types...
- Fetching schema...
Input Minter: exit
Prompt exited
Use the --help flag for help
? guides@galileo-3> () 
```
