Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
c945890e
Unverified
Commit
c945890e
authored
May 09, 2020
by
finswimmer
Committed by
GitHub
May 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove hint in the docs for using short names for commands as this is not supported anymore (#2379)
parent
56c4cfa6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
docs/docs/cli.md
+0
-9
No files found.
docs/docs/cli.md
View file @
c945890e
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment