Commit c945890e by finswimmer Committed by GitHub

remove hint in the docs for using short names for commands as this is not supported anymore (#2379)

parent 56c4cfa6
...@@ -6,15 +6,6 @@ This chapter documents all the available commands. ...@@ -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, 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. 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 ## Global options
* `--verbose (-v|vv|vvv)`: Increase the verbosity of messages: "-v" for normal output, "-vv" for more verbose output and "-vvv" for debug. * `--verbose (-v|vv|vvv)`: Increase the verbosity of messages: "-v" for normal output, "-vv" for more verbose output and "-vvv" for debug.
......
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