You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code seems to assume that cmd or bin doesn't contain any regexp characters. The 3. probably should escape all those characters. It's weird that it's using regexps for that in the first place.
The text was updated successfully, but these errors were encountered:
Thanks for making this lib it's quite useful. Please see the error and potential problem outlined below.
According to this comment the problem is due to:
https://github.com/posener/complete/blob/master/install/bash.go#L36
https://github.com/posener/complete/blob/master/install/bash.go#L15
https://github.com/posener/complete/blob/master/install/utils.go#L12
The code seems to assume that cmd or bin doesn't contain any regexp characters. The 3. probably should escape all those characters. It's weird that it's using regexps for that in the first place.
The text was updated successfully, but these errors were encountered: