mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:15:42 +02:00
Update some command docs
This commit is contained in:
@ -6,17 +6,17 @@ This command increments the value of variable by one.
|
||||
|
||||
```shell
|
||||
> open rustfmt.toml
|
||||
---------
|
||||
━━━━━━━━━
|
||||
edition
|
||||
---------
|
||||
─────────
|
||||
2018
|
||||
---------
|
||||
━━━━━━━━━
|
||||
> open rustfmt.toml | inc edition
|
||||
---------
|
||||
━━━━━━━━━
|
||||
edition
|
||||
---------
|
||||
─────────
|
||||
2019
|
||||
---------
|
||||
━━━━━━━━━
|
||||
```
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user