knqyf263 / pet

Simple command-line snippet manager
MIT License
4.44k stars 223 forks source link

[Bug] Two character variables cause a problem with input boxes #206

Closed smnshw closed 7 months ago

smnshw commented 2 years ago

When only two characters are used for a variable it prevents the next variable's input box from displaying.

For example...

rdesktop <ip address> -u <username> works and displays both input boxes whereas rdesktop <ip> -u <username> only displays the first input box.

varenc commented 1 year ago

I switched to using the superpet fork of pet and it resolves this issue: https://github.com/PwnedShell/superpet/

(I do really love pet! And superpet is just pet with a few extra bug fixes)

RamiAwar commented 7 months ago

@varenc Thanks for sharing this fork of Superpet! I never thought anyone forked it, will check those out and see what they did as well. I just became a collaborator on Pet and we'll implement all of those and more here now!

RamiAwar commented 7 months ago

This is going to be the first fix we merge here, will let you know when it's merged and released