mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 02:28:35 +02:00
Add example for enter, shells and view-source, update some docs (#4604)
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user