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

17 lines
206 B
Markdown

# config clear
clear the config
## Usage
```shell
> config clear {flags}
```
## Flags
* -h, --help: Display this help message
## Examples
Clear the config (be careful!)
```shell
> config clear
```