Eyal Posener

Results 69 comments of Eyal Posener

Did you `source ~/.bashrc`?

Hi! Do you mean the `COMP_INSTALL` and `COMP_UNINSTALL` environment variables? The Install/Uninstall functions can also be called manually. Look at this file: https://github.com/posener/complete/blob/master/install/install.go Does this help or I totally missed...

> I must've missed where these were documented. Is this an end-user solution? Right, I missed documenting them, added. Yes, this is an end-user solution. > I'm also realizing that...

Hey, I'm currently on vacation. I'll get back to you in a couple of weeks. I think it should be added to the install stage. If I understand correctly. Cheers,...

Hey If one would want to add these options, they would be added to the bash complete command here: https://github.com/posener/complete/blob/master/cmd/install/bash.go#L36. * I am not sure if you can add them...

Looks good. The problem is that this function was introduced in go1.12 (see failing builds). I assume we need to split the implementation to pre go 1.12 and go 1.12+?

🙂 This is not what I meant. In Go you can tell the compiler which go to compile in which go version using build tags. So you can create two...

> I did a little research and discovered that there is no package that exposes the same functionality as go list however it has well defined JSON output option so...

Sounds good. Enjoy it!

I'm not sure what exactly is the problem that you are trying to solve. I am not sure how `compopt` relates to this library.