Manjaro-Pek / pacli

A simple and interative Bash Frontend for Pacman/Yaourt/Pacaur
GNU General Public License v2.0
44 stars 8 forks source link

when i choose option 17 or 18, i see help text for option 15 #43

Closed excalibur1234 closed 7 years ago

cimarronline commented 7 years ago

Yes, the code in pacli for option 17 and 18 (lines 486 and 496) reads "help_text 15". If the 15 is changed to 17/18 then it works properly.

neton-bricio commented 7 years ago

I could not fully understand the problem!

excalibur1234 commented 7 years ago

this line should be corrected to help_text 17 "${PARAMS['helpred']}" || continue (note the "17" here!)

the same has to be corrected in line 496.

but i do not do any development for pacli anymore, because pacui has a lot of improvements i really like: https://github.com/excalibur1234/pacui

if you are looking for a (slightly) updated version of pacli, please look here: https://github.com/papajoker/pacli/tree/commands

cimarronline commented 7 years ago

Yes, thanks. Looks like papajoker's version has the same problem...

papajoker commented 7 years ago

fixed https://github.com/Manjaro-Pek/pacli/commit/1bab38fd05feeaf711e35d03a080959aa60f16a2 , after for update PKGBUILD is excalibur1234 ?

excalibur1234 commented 7 years ago

after for update PKGBUILD is excalibur1234 ?

yes. this update (https://github.com/Manjaro-Pek/pacli/commit/0899b656157d75f53e0a9fffd9a56e5513b20faf) was for pacli-simple. but pacli-simple has been renamed to pacui. therefore, this update is no longer necessary.

you can merge your changes and overwrite that update, if you want.