Add example for enter, shells and view-source, update some docs (#4604)

This commit is contained in:
Justin Ma
2022-02-22 23:16:56 +08:00
committed by GitHub
parent c2bad71123
commit d054a724d1
12 changed files with 108 additions and 12 deletions

View File

@ -13,3 +13,10 @@ Enters a new shell at the given path.
## Parameters
- `path`: the path to enter as a new shell
## Examples
Enter a new shell at path '../dir-foo'
```shell
> enter ../dir-foo
```