1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 05:43:53 -05:00

Add documentation for completions command (#2126)

This commit is contained in:
amd-9
2021-10-24 23:33:32 +03:00
committed by GitHub
parent 8db91d5516
commit 13efdea9ab

View File

@@ -21,6 +21,7 @@ The most common subcommands are:
* [`pyenv prefix`](#pyenv-prefix)
* [`pyenv hooks`](#pyenv-hooks)
* [`pyenv shims`](#pyenv-shims)
* [`pyenv completions`](#pyenv-completions)
## `pyenv commands`
@@ -345,3 +346,9 @@ List existing pyenv shims.
/home/user/.pyenv/shims/python3.9-gdb.py
/home/user/.pyenv/shims/python3-config
/home/user/.pyenv/shims/python-config
## `pyenv completions`
Lists available completions for a given pyenv command.
Usage: pyenv completions <command> [arg1 arg2...]