Closed tiancheng92 closed 1 year ago
I just noticed this as well. Working on fix now.
The fix will be a refactor to decouple the update
and status
commands.
Another bug (of many) related to the commands:
zinit status
Attempts to update Zinit.
@tiancheng92,
I have update
and status
subcommands working on branch fix/zinit-update-and-status
. Please note, most flags (--all
) work, but others (--urge
, --reset
) do not.
However, it does add the ability to update or get the status of multiple packages at once, whereas before it was just all or one.
If you have time, please try it out.
cd $ZINIT[BIN_DIR]
git pull --all
git checkout fix/zinit-update-and-status
cd -
exec zsh -il
I tried it, and as you said, the update function is back. @vladdoster
@tiancheng92,
I have
update
andstatus
subcommands working on branchfix/zinit-update-and-status
. Please note, most flags (--all
) work, but others (--urge
,--reset
) do not.However, it does add the ability to update or get the status of multiple packages at once, whereas before it was just all or one.
If you have time, please try it out.
cd $ZINIT[BIN_DIR] git pull --all git checkout fix/zinit-update-and-status cd - exec zsh -il
I also met the same problem, and I solved it according to your instructions,thanks. What I want to ask is, will I be in this branch in the future?
I seem to have a new problem.
I seem to have a new problem.
@0x7a7a,
If still an issue, open a new issue.
I seem to have a new problem.
@0x7a7a,
If still an issue, open a new issue.
No more questions now, thanks for your work and reply
:tada: This issue has been resolved in version 3.11.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
What happened?
can not run zinit update
Steps to reproduce
Relevant output
No response
Screenshots and recordings
No response
Operating System & Version
OS: darwin22.1.0 | Vendor: apple | Machine: arm | CPU: arm64 | Processor: arm | Hardware: arm64
Zsh version
zsh 5.9 (arm-apple-darwin22.1.0)
Terminal emulator
xterm-256color
If using WSL on Windows, which version of WSL
None
Additional context
No response
Code of Conduct