First pass at updating all documentation formatting and cleaning up output of examples (#2031)

This commit is contained in:
Joseph T. Lyons
2020-06-23 14:21:47 -04:00
committed by GitHub
parent d095cb91e4
commit 053bd926ec
81 changed files with 1069 additions and 679 deletions

View File

@@ -7,10 +7,10 @@ This command creates a new shell and begin at this path.
```shell
/home/foobar> cat user.json
{
"Name": "Peter",
"Age": 30,
"Telephone": 88204828,
"Country": "Singapore"
"Name": "Peter",
"Age": 30,
"Telephone": 88204828,
"Country": "Singapore"
}
/home/foobar> enter user.json
/> ls
@@ -40,7 +40,7 @@ It also provides the ability to work with multiple directories at the same time.
## Note
If you `enter` a JSON file with multiple a top-level list, this will open one new shell for each list element.
If you `enter` a JSON file with multiple a top-level list, this will open one new shell for each list element.
```shell
/private/tmp> printf "1\\n2\\n3\\n" | lines | save foo.json
@@ -56,4 +56,3 @@ If you `enter` a JSON file with multiple a top-level list, this will open one ne
───┴────────┴─────────────────────────┴──────────────
/>
```