|
|
|
@ -173,7 +173,7 @@ Initialization options: |
|
|
|
|
fi |
|
|
|
|
while (( # > 0 )); do |
|
|
|
|
case ${1} in |
|
|
|
|
-b|--branch|-t|--tag|-f|--fpath|-a|--autoload|-s|--source) |
|
|
|
|
-b|--branch|-t|--tag|-f|--fpath|-a|--autoload|-s|--source|-c|--cmd) |
|
|
|
|
if (( # < 2 )); then |
|
|
|
|
print -u2 -PR "%F{red}x ${funcfiletrace[1]}:%B${zmodule}:%b Missing argument for zmodule option ${1}%f"$'\n\n'${zusage} |
|
|
|
|
_zfailed=1 |
|
|
|
@ -315,7 +315,7 @@ _zimfw_compile() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
_zimfw_info() { |
|
|
|
|
print -R 'zimfw version: '${_zversion}' (previous commit is ef4fe38)' |
|
|
|
|
print -R 'zimfw version: '${_zversion}' (previous commit is 78b4711)' |
|
|
|
|
print -R 'ZIM_HOME: '${ZIM_HOME} |
|
|
|
|
print -R 'Zsh version: '${ZSH_VERSION} |
|
|
|
|
print -R 'System info: '$(command uname -a) |
|
|
|
@ -362,7 +362,7 @@ _zimfw_upgrade() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
zimfw() { |
|
|
|
|
local -r _zversion='1.3.3-SNAPSHOT' |
|
|
|
|
local -r _zversion='1.4.0-SNAPSHOT' |
|
|
|
|
local -r zusage="Usage: %B${0}%b <action> [%B-q%b|%B-v%b] |
|
|
|
|
|
|
|
|
|
Actions: |
|
|
|
|