mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 02:47:34 +00:00
15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# poetry about
|
|
|
|
> Get information about Poetry, an application to manage Python packages and dependencies.
|
|
> See also: `asdf`.
|
|
> More information: <https://python-poetry.org/docs/cli/#about>.
|
|
|
|
- Display global information about Poetry, including the current version:
|
|
|
|
`poetry about`
|