Skip to content

Commit

Permalink
Added quotes to line 339
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamg authored and neersighted committed May 17, 2022
1 parent 6fd7fda commit 02dbe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ If the package(s) you want to install provide extras, you can specify them
when adding the package:

```bash
poetry add requests[security,socks]
poetry add "requests[security,socks]"
poetry add "requests[security,socks]~=2.22.0"
poetry add "git+https://github.com/pallets/[email protected][dotenv,dev]"
```
Expand Down

0 comments on commit 02dbe01

Please sign in to comment.