mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 21:37:53 +02:00
Add example for enter, shells and view-source, update some docs (#4604)
This commit is contained in:
@ -9,3 +9,15 @@ Lists all open shells.
|
||||
## Signature
|
||||
|
||||
```> shells ```
|
||||
|
||||
## Examples
|
||||
|
||||
Enter a new shell at parent path '..' and show all opened shells
|
||||
```shell
|
||||
> enter ..; shells
|
||||
```
|
||||
|
||||
Show currently active shell
|
||||
```shell
|
||||
> shells | where active == $true
|
||||
```
|
||||
|
Reference in New Issue
Block a user