mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:25:15 +02:00
Autogenerate missing docs (#3514)
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
This commit is contained in:
20
docs/commands/config-remove.md
Normal file
20
docs/commands/config-remove.md
Normal file
@ -0,0 +1,20 @@
|
||||
# config remove
|
||||
Removes a value from the config
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
> config remove <remove> {flags}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
* `<remove>` remove a value from the config
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
|
||||
## Examples
|
||||
Remove the startup commands
|
||||
```shell
|
||||
> config remove startup
|
||||
```
|
||||
|
Reference in New Issue
Block a user