Skip to content

Commit

Permalink
remove hint in the docs for using short names for commands as this is…
Browse files Browse the repository at this point in the history
… not supported anymore (#2379)
  • Loading branch information
finswimmer authored May 9, 2020
1 parent 56c4cfa commit c945890
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ This chapter documents all the available commands.
To get help from the command-line, simply call `poetry` to see the complete list of commands,
then `--help` combined with any of those can give you more information.

As `Poetry` uses [cleo](https://github.com/sdispater/cleo) you can call commands by short name if it's not ambiguous.

```bash
poetry up
```

calls `poetry update`.


## Global options

* `--verbose (-v|vv|vvv)`: Increase the verbosity of messages: "-v" for normal output, "-vv" for more verbose output and "-vvv" for debug.
Expand Down

0 comments on commit c945890

Please # to comment.