From c945890eece4e7471d485f33876eb920bed983d9 Mon Sep 17 00:00:00 2001 From: finswimmer Date: Sat, 9 May 2020 20:32:09 +0200 Subject: [PATCH] remove hint in the docs for using short names for commands as this is not supported anymore (#2379) --- docs/docs/cli.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/docs/cli.md b/docs/docs/cli.md index a5b7df3cd6b..27745d25fb2 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -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.