mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add documentation for completions command (#2126)
This commit is contained in:
parent
8db91d5516
commit
13efdea9ab
1 changed files with 7 additions and 0 deletions
|
@ -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...]
|
Loading…
Reference in a new issue