1
0
mirror of https://github.com/zplug/zplug synced 2026-03-07 06:31:48 +01:00
zplug/autoload/commands
babarot ded60862b9 fix: flush trailing newline after read -q in zplug clean
read -q leaves a newline in the input buffer after the user presses
Enter, causing the next iteration's read -q to consume it immediately
and skip that entry. Add a read -k 1 -s after the prompt to drain the
leftover character, so every repo is properly prompted.

Close #499
2026-03-04 17:25:53 +09:00
..
__check__ Fix typo 2016-12-22 20:07:00 +09:00
__clean__ fix: flush trailing newline after read -q in zplug clean 2026-03-04 17:25:53 +09:00
__clear__ Docs and refactoring 2016-11-29 21:48:29 +09:00
__help__ Make zplug help works like the same as zplug --help 2018-05-15 01:06:50 +09:00
__info__ v2.1.1 2016-08-07 17:34:29 +09:00
__install__ Fix a bug that skips installation without evaluating "if" tag 2016-12-22 01:43:37 +09:00
__list__ Fix #350 2017-01-07 23:51:57 +09:00
__load__ Add the controll of an exit code 2016-12-04 00:27:12 +09:00
__status__ Add some new options to list command 2016-12-26 21:02:59 +09:00
__update__ Add some new options to list command 2016-12-26 21:02:59 +09:00