2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: enter
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
2019-10-06 17:12:38 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
Enters a new shell at the given path.
|
2019-10-06 17:12:38 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Signature
|
2019-10-06 17:12:38 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
```> enter (path)```
|
2019-10-06 17:12:38 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Parameters
|
2019-10-06 17:12:38 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
- `path`: the path to enter as a new shell
|
2022-02-22 16:16:56 +01:00
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
Enter a new shell at path '../dir-foo'
|
|
|
|
```shell
|
|
|
|
> enter ../dir-foo
|
|
|
|
```
|