Update some command docs

This commit is contained in:
Jonathan Turner
2019-11-30 14:24:39 +13:00
parent c2b1908644
commit f10390b1be
5 changed files with 53 additions and 54 deletions

View File

@ -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