mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 15:30:59 +02:00
minor: doc for _autoenv_hash_pair
This commit is contained in:
parent
12cfed6d3f
commit
d6f37dbeb6
@ -149,6 +149,7 @@ _autoenv_debug() {
|
|||||||
|
|
||||||
# Generate hash pair for a given file ($1).
|
# Generate hash pair for a given file ($1).
|
||||||
# A fixed hash value can be given as 2nd arg, but is used with tests only.
|
# A fixed hash value can be given as 2nd arg, but is used with tests only.
|
||||||
|
# The format is ":$file:$hash:$version".
|
||||||
_autoenv_hash_pair() {
|
_autoenv_hash_pair() {
|
||||||
local env_file=${1:A}
|
local env_file=${1:A}
|
||||||
local env_shasum=${2:-}
|
local env_shasum=${2:-}
|
||||||
|
Loading…
Reference in New Issue
Block a user