mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add documentation for hooks command (#2089)
This commit is contained in:
parent
3b1bc86031
commit
681d31bc36
1 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,7 @@ The most common subcommands are:
|
|||
* [`pyenv whence`](#pyenv-whence)
|
||||
* [`pyenv root`](#pyenv-root)
|
||||
* [`pyenv prefix`](#pyenv-prefix)
|
||||
|
||||
* [`pyenv hooks`](#pyenv-hooks)
|
||||
|
||||
## `pyenv commands`
|
||||
|
||||
|
@ -296,3 +296,9 @@ currently selected version.
|
|||
|
||||
$ pyenv prefix 3.9.7
|
||||
/home/user/.pyenv/versions/3.9.7
|
||||
|
||||
## `pyenv hooks`
|
||||
|
||||
Usage: $ pyenv hooks <command>
|
||||
|
||||
Lists installed hook scripts for a given pyenv command.
|
||||
|
|
Loading…
Reference in a new issue