Commit 59dd53a9 by Nikita Sobolev Committed by Sébastien Eustace

Adds `shell` command docs (#424)

parent 702e0601
...@@ -310,6 +310,17 @@ poetry run my-script ...@@ -310,6 +310,17 @@ poetry run my-script
Note that this command has no option. Note that this command has no option.
## shell
The `shell` command spawns a shell,
according to the `$SHELL` environment variable,
within the virtual environment.
If one doesn't exist yet, it will be created.
```bash
poetry shell
```
## check ## check
The `check` command validate the structure of the `pyproject.toml` file The `check` command validate the structure of the `pyproject.toml` file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment